Commit 3228372f authored by x123's avatar x123
Browse files

narsil: add updateScript args

parent 64b2308d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 =