Merge pull request #253759 from Artturin/fixevaldarwin

This commit is contained in:
Artturi 2023-09-07 05:40:00 +03:00 committed by GitHub
commit 0974af1058
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -211,7 +211,7 @@ in rec {
};
bootstrapTools = derivation {
inherit system;
inherit (localSystem) system;
name = "bootstrap-tools";
builder = "${bootstrapFiles.tools}/bin/bash";