mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
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
|
||||
exec ${pkgs.python3.interpreter} ${./update.py} ${builtins.concatStringsSep " " args}
|
||||
'';
|
||||
nativeBuildInputs = [ pkgs.git pkgs.nix pkgs.cacert ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user