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

This commit is contained in:
Emily Trau 2023-06-25 13:55:38 +10:00
parent b154feadb9
commit 0a41b1e285

View File

@ -29,11 +29,9 @@ rec {
, text
, executable ? false # run chmod +x ?
, destination ? "" # relative path appended to $out eg "/bin/foo"
, allowSubstitutes ? false
, preferLocalBuild ? true
}:
derivationWithMeta {
inherit name text allowSubstitutes preferLocalBuild;
inherit name text;
passAsFile = [ "text" ];
builder = "${kaem}/bin/kaem";