Add jq to the installation media
This is required by closureInfo.
This commit is contained in:
parent
0867f303bd
commit
b14d9e1568
@ -72,7 +72,13 @@ with lib;
|
|||||||
|
|
||||||
# To speed up installation a little bit, include the complete
|
# To speed up installation a little bit, include the complete
|
||||||
# stdenv in the Nix store on the CD.
|
# 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
|
# Show all debug messages from the kernel but don't log refused packets
|
||||||
# because we have the firewall enabled. This makes installs from the
|
# because we have the firewall enabled. This makes installs from the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user