diff --git a/pkgs/by-name/st/statix/package.nix b/pkgs/by-name/st/statix/package.nix index fbacbcc72b92..509d4c3480d5 100644 --- a/pkgs/by-name/st/statix/package.nix +++ b/pkgs/by-name/st/statix/package.nix @@ -22,7 +22,7 @@ rustPlatform.buildRustPackage (finalAttrs: { buildFeatures = lib.optional withJson "json"; passthru.updateScript = nix-update-script { - version = "branch"; + extraArgs = [ "--version=branch" ]; }; meta = {