mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/iso-image: fix build
This commit is contained in:
parent
81fb1e75f0
commit
31aa4c5fef
1 changed files with 1 additions and 1 deletions
|
|
@ -832,7 +832,7 @@ in
|
|||
{ source = config.isoImage.splashImage;
|
||||
target = "/isolinux/background.png";
|
||||
}
|
||||
{ source = isolinuxCfg;
|
||||
{ source = pkgs.writeText "isolinux.cfg" isolinuxCfg;
|
||||
target = "/isolinux/isolinux.cfg";
|
||||
}
|
||||
{ source = "${pkgs.syslinux}/share/syslinux";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue