lol

Add jq to the installation media

This is required by closureInfo.

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