fix nixpkgs-update script dependencies
* the python package to update fetchers still need nix-shell
This commit is contained in:
parent
1817ad224a
commit
87ab2af5b2
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ let
|
|||
});
|
||||
|
||||
nixpkgsUpdateSystemDependencies = with pkgs; [
|
||||
nix # for nix-shell used by python packges to update fetchers
|
||||
gnugrep
|
||||
cachix
|
||||
curl
|
||||
|
|
Loading…
Add table
Reference in a new issue