statix: fix update script

This commit is contained in:
XYenon
2026-05-08 12:32:50 +08:00
parent ac99e549f8
commit dbad388b6b
+1 -1
View File
@@ -22,7 +22,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
buildFeatures = lib.optional withJson "json";
passthru.updateScript = nix-update-script {
version = "branch";
extraArgs = [ "--version=branch" ];
};
meta = {