Add jq to the installation media

This is required by closureInfo.
This commit is contained in:
Eelco Dolstra 2018-02-27 20:20:37 +01:00
parent 0867f303bd
commit b14d9e1568
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -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