From 63edafacddd64cb2e7ee062d2dd925338070e08d Mon Sep 17 00:00:00 2001 From: ene Date: Tue, 21 Feb 2023 13:09:08 +0100 Subject: Fix(bootstrap): Add dependencies for the setup script --- 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 429fe5f4..5cb36d51 100644 --- a/bootstrap/setup/default.nix +++ b/bootstrap/setup/default.nix @@ -4,7 +4,7 @@ shell-library, ... }: let - dependencies = with pkgs; [dash]; + dependencies = with pkgs; [dash gawk curl git]; name = "setup"; script = ./setup.sh; lib = import ../../lib {inherit pkgs shell-library;}; -- cgit 1.4.1