forked from mirrors/nixpkgs
nixos/release.nix: Add preferLocalBuild to makeNetboot result
This commit is contained in:
parent
424fc54243
commit
eb57d6d089
|
@ -107,6 +107,7 @@ let
|
|||
echo "file initrd $out/initrd" >> $out/nix-support/hydra-build-products
|
||||
echo "file ipxe $out/netboot.ipxe" >> $out/nix-support/hydra-build-products
|
||||
'';
|
||||
preferLocalBuild = true;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue