nushellPlugins.highlight, nushellPlugins.units: mark broken
plugins require upstream compatibility with nushell `0.107.0`
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -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;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -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;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user