diff options
Diffstat (limited to '')
-rw-r--r-- | bootstrap/activate/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/activate/default.nix b/bootstrap/activate/default.nix index 2c410f09..91df2dc8 100644 --- a/bootstrap/activate/default.nix +++ b/bootstrap/activate/default.nix @@ -4,7 +4,7 @@ shell-library, ... }: let - dependencies = with pkgs; [jq dash]; + dependencies = with pkgs; [jq dash gawk curl]; name = "activate"; script = ./activate.sh; lib = import ../../lib {inherit pkgs shell-library;}; |