nushellPlugins.highlight, nushellPlugins.units: mark broken

plugins require upstream compatibility with nushell `0.107.0`
This commit is contained in:
VuiMuich
2025-09-07 16:16:11 +02:00
parent 31195681de
commit c9d191f40b
3 changed files with 3 additions and 0 deletions

View File

@@ -33,5 +33,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://github.com/Yethal/nu_plugin_hcl"; homepage = "https://github.com/Yethal/nu_plugin_hcl";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ yethal ]; maintainers = with lib.maintainers; [ yethal ];
broken = true;
}; };
}) })

View File

@@ -34,5 +34,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://github.com/cptpiepmatz/nu-plugin-highlight"; homepage = "https://github.com/cptpiepmatz/nu-plugin-highlight";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mgttlinger ]; maintainers = with lib.maintainers; [ mgttlinger ];
broken = true;
}; };
}) })

View File

@@ -30,5 +30,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://github.com/JosephTLyons/nu_plugin_units"; homepage = "https://github.com/JosephTLyons/nu_plugin_units";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ mgttlinger ]; maintainers = with lib.maintainers; [ mgttlinger ];
broken = true;
}; };
}) })