narsil: add updateScript args

This commit is contained in:
x123
2024-10-21 14:00:32 +02:00
parent 64b2308de1
commit 3228372fc5
+1 -1
View File
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
hash = "sha256-82ph8LTtaruaV97gdnqSQI8IfqO9wzYbR7WTGx086pQ=";
};
passthru.updateScript = nix-update-script { };
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch=main" ]; };
nativeBuildInputs = [ autoreconfHook ];
buildInputs =