nushellPlugins.net: mark as broken

This commit is contained in:
Tom van Dijk 2025-06-28 16:42:53 +02:00
parent 8f7a6eca02
commit fad92653b7
No known key found for this signature in database
GPG Key ID: 7A984C8207ADBA51

View File

@ -32,5 +32,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ happysalada ];
mainProgram = "nu_plugin_net";
# "Plugin `net` is compiled for nushell version 0.104.0, which is not
# compatible with version 0.105.1"
broken = true;
};
})