lol

Add jq to the installation media

This is required by closureInfo.

+7 -1
+7 -1
nixos/modules/profiles/installation-device.nix
··· 72 72 73 73 # To speed up installation a little bit, include the complete 74 74 # stdenv in the Nix store on the CD. 75 - system.extraDependencies = with pkgs; [ stdenv stdenvNoCC busybox ]; 75 + system.extraDependencies = with pkgs; 76 + [ 77 + stdenv 78 + stdenvNoCC # for runCommand 79 + busybox 80 + jq # for closureInfo 81 + ]; 76 82 77 83 # Show all debug messages from the kernel but don't log refused packets 78 84 # because we have the firewall enabled. This makes installs from the