dioxus-cli: remove nix-update-script

This commit is contained in:
Anish Pallati
2026-01-09 19:13:11 -05:00
parent 688be46c67
commit 8fd13fc71b
-2
View File
@@ -8,7 +8,6 @@
rustfmt,
makeWrapper,
wasm-bindgen-cli_0_2_106,
nix-update-script,
testers,
dioxus-cli,
withTelemetry ? false,
@@ -56,7 +55,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
];
passthru = {
updateScript = nix-update-script { };
tests = {
version = testers.testVersion {
package = dioxus-cli;