minimal-bootstrap.writeTextFile: don't force preferLocalBuild as local system might not support stage0-posix

+1 -3
+1 -3
pkgs/os-specific/linux/minimal-bootstrap/utils.nix
··· 29 29 , text 30 30 , executable ? false # run chmod +x ? 31 31 , destination ? "" # relative path appended to $out eg "/bin/foo" 32 - , allowSubstitutes ? false 33 - , preferLocalBuild ? true 34 32 }: 35 33 derivationWithMeta { 36 - inherit name text allowSubstitutes preferLocalBuild; 34 + inherit name text; 37 35 passAsFile = [ "text" ]; 38 36 39 37 builder = "${kaem}/bin/kaem";