diff options
Diffstat (limited to 'bootstrap/setup/default.nix')
-rw-r--r-- | bootstrap/setup/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/setup/default.nix b/bootstrap/setup/default.nix index 5cb36d51..8a0f712e 100644 --- a/bootstrap/setup/default.nix +++ b/bootstrap/setup/default.nix @@ -4,7 +4,7 @@ shell-library, ... }: let - dependencies = with pkgs; [dash gawk curl git]; + dependencies = with pkgs; [dash gawk curl git nix gnugrep nixos-install-tools coreutils]; name = "setup"; script = ./setup.sh; lib = import ../../lib {inherit pkgs shell-library;}; |