Unverified Commit 0974af10 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #253759 from Artturin/fixevaldarwin

parents 3cba01e8 93fb3946
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -211,7 +211,7 @@ in rec {
  };

  bootstrapTools = derivation {
    inherit system;
    inherit (localSystem) system;

    name = "bootstrap-tools";
    builder = "${bootstrapFiles.tools}/bin/bash";