about summary refs log tree commit diff
path: root/nixos/modules/profiles
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2018-02-27 20:20:37 +0100
committerEelco Dolstra <edolstra@gmail.com>2018-02-27 20:20:37 +0100
commitb14d9e15686366cf456c9d744cfc90759ea1b3e7 (patch)
tree3f4cd1edbd72d6ebca22c1f2317bb0c78ab04848 /nixos/modules/profiles
parent0867f303bd6be96fef187c4c20424f2290ef9082 (diff)
downloadnixlib-b14d9e15686366cf456c9d744cfc90759ea1b3e7.tar
nixlib-b14d9e15686366cf456c9d744cfc90759ea1b3e7.tar.gz
nixlib-b14d9e15686366cf456c9d744cfc90759ea1b3e7.tar.bz2
nixlib-b14d9e15686366cf456c9d744cfc90759ea1b3e7.tar.lz
nixlib-b14d9e15686366cf456c9d744cfc90759ea1b3e7.tar.xz
nixlib-b14d9e15686366cf456c9d744cfc90759ea1b3e7.tar.zst
nixlib-b14d9e15686366cf456c9d744cfc90759ea1b3e7.zip
Add jq to the installation media
This is required by closureInfo.
Diffstat (limited to 'nixos/modules/profiles')
-rw-r--r--nixos/modules/profiles/installation-device.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/nixos/modules/profiles/installation-device.nix b/nixos/modules/profiles/installation-device.nix
index 506a6ee3eaa8..43f06c219f82 100644
--- a/nixos/modules/profiles/installation-device.nix
+++ b/nixos/modules/profiles/installation-device.nix
@@ -72,7 +72,13 @@ with lib;
 
     # To speed up installation a little bit, include the complete
     # stdenv in the Nix store on the CD.
-    system.extraDependencies = with pkgs; [ stdenv stdenvNoCC busybox ];
+    system.extraDependencies = with pkgs;
+      [
+        stdenv
+        stdenvNoCC # for runCommand
+        busybox
+        jq # for closureInfo
+      ];
 
     # Show all debug messages from the kernel but don't log refused packets
     # because we have the firewall enabled. This makes installs from the