about summary refs log tree commit diff stats
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/activate/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/activate/default.nix b/bootstrap/activate/default.nix
index 91df2dc8..9d01e57a 100644
--- a/bootstrap/activate/default.nix
+++ b/bootstrap/activate/default.nix
@@ -4,7 +4,7 @@
   shell-library,
   ...
 }: let
-  dependencies = with pkgs; [jq dash gawk curl];
+  dependencies = builtins.attrValues {inherit (pkgs) jq gawk curl coreutils libuuid nix git;};
   name = "activate";
   script = ./activate.sh;
   lib = import ../../lib {inherit pkgs shell-library;};