From 403f30c23bc3d5782c9e17145bf5c04b672e1863 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Mon, 8 Jun 2020 16:28:19 -0400 Subject: [PATCH] Don't bother copying the initrd around just to write some text files --- pkgs/pxescript/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/pxescript/default.nix b/pkgs/pxescript/default.nix index 61e2f7b..140031d 100644 --- a/pkgs/pxescript/default.nix +++ b/pkgs/pxescript/default.nix @@ -15,6 +15,7 @@ runCommand "netboot" { initrd initrd boot ''; + preferLocalBuild = true; } '' mkdir stage cd stage