Merge pull request #253759 from Artturin/fixevaldarwin

This commit is contained in:
Artturi
2023-09-07 05:40:00 +03:00
committed by GitHub
+1 -1
View File
@@ -211,7 +211,7 @@ in rec {
};
bootstrapTools = derivation {
inherit system;
inherit (localSystem) system;
name = "bootstrap-tools";
builder = "${bootstrapFiles.tools}/bin/bash";