mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
minimal-bootstrap.writeTextFile: don't force preferLocalBuild as local system might not support stage0-posix
This commit is contained in:
parent
b154feadb9
commit
0a41b1e285
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user