mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue