about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2018-01-11 18:47:23 +0200
committerTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2018-01-19 10:35:49 +0200
commiteb57d6d08997a41b59fe97b5815baf60d92e063a (patch)
treea73044e2b6161a1f1cc7c6811a1590224fa79947 /nixos
parent424fc54243ce5d4a4fbf14f175616bb4a3bddfaf (diff)
downloadnixlib-eb57d6d08997a41b59fe97b5815baf60d92e063a.tar
nixlib-eb57d6d08997a41b59fe97b5815baf60d92e063a.tar.gz
nixlib-eb57d6d08997a41b59fe97b5815baf60d92e063a.tar.bz2
nixlib-eb57d6d08997a41b59fe97b5815baf60d92e063a.tar.lz
nixlib-eb57d6d08997a41b59fe97b5815baf60d92e063a.tar.xz
nixlib-eb57d6d08997a41b59fe97b5815baf60d92e063a.tar.zst
nixlib-eb57d6d08997a41b59fe97b5815baf60d92e063a.zip
nixos/release.nix: Add preferLocalBuild to makeNetboot result
Diffstat (limited to 'nixos')
-rw-r--r--nixos/release.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 2f77013ac52f..521bf8f5943c 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -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;
       };