maintainers/scripts/update: add dependencies to nativeBuildInputs
This allows update.nix to work with a pure shell.
This commit is contained in:
parent
9fb173da94
commit
3d38ecca0c
@ -231,4 +231,5 @@ in pkgs.stdenv.mkDerivation {
|
|||||||
unset shellHook # do not contaminate nested shells
|
unset shellHook # do not contaminate nested shells
|
||||||
exec ${pkgs.python3.interpreter} ${./update.py} ${builtins.concatStringsSep " " args}
|
exec ${pkgs.python3.interpreter} ${./update.py} ${builtins.concatStringsSep " " args}
|
||||||
'';
|
'';
|
||||||
|
nativeBuildInputs = [ pkgs.git pkgs.nix pkgs.cacert ];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user