Merge pull request #253759 from Artturin/fixevaldarwin
This commit is contained in:
commit
0974af1058
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ in rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
bootstrapTools = derivation {
|
bootstrapTools = derivation {
|
||||||
inherit system;
|
inherit (localSystem) system;
|
||||||
|
|
||||||
name = "bootstrap-tools";
|
name = "bootstrap-tools";
|
||||||
builder = "${bootstrapFiles.tools}/bin/bash";
|
builder = "${bootstrapFiles.tools}/bin/bash";
|
||||||
|
|
Loading…
Reference in a new issue