fix nixpkgs-update script dependencies

* the python package to update fetchers still need nix-shell
This commit is contained in:
Ryan Mulligan 2020-07-21 06:28:51 -07:00
parent 1817ad224a
commit 87ab2af5b2

View file

@ -11,6 +11,7 @@ let
});
nixpkgsUpdateSystemDependencies = with pkgs; [
nix # for nix-shell used by python packges to update fetchers
gnugrep
cachix
curl