From 2e63f1fc53ada3791f2182382648136f29648379 Mon Sep 17 00:00:00 2001 From: ene Date: Tue, 21 Mar 2023 16:58:58 +0100 Subject: Fix(bootstrap/setup): Add all needed dependencies --- bootstrap/setup/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;}; -- cgit 1.4.1