mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 13:53:24 +00:00
Add Busybox to the installation CD
This is mostly to get the automated tests to succeed.
This commit is contained in:
parent
980ba4d5a5
commit
1da7cea223
@ -66,5 +66,5 @@ in
|
||||
|
||||
# To speed up installation a little bit, include the complete stdenv
|
||||
# in the Nix store on the CD.
|
||||
isoImage.storeContents = [ pkgs.stdenv ];
|
||||
isoImage.storeContents = [ pkgs.stdenv pkgs.busybox ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user