Add jq to the installation media

This is required by closureInfo.

Changed files
+7 -1
nixos
modules
+7 -1
nixos/modules/profiles/installation-device.nix
···
# 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