···7273 # 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 ];
0000007677 # 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
···7273 # 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+ ];
8283 # 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