minimal-bootstrap: remove redundant definition

This commit is contained in:
Emily Trau 2023-05-02 23:45:02 +10:00
parent dc975fd1b6
commit 365597483f
2 changed files with 0 additions and 4 deletions

View file

@ -4,8 +4,6 @@
}:
lib.makeScope newScope (self: with self; {
callPackage = self.callPackage;
fetchurl = import ../../../build-support/fetchurl/boot.nix {
inherit (stdenv.buildPlatform) system;
};

View file

@ -3,8 +3,6 @@
}:
lib.makeScope newScope (self: with self; {
callPackage = self.callPackage;
inherit (import ./bootstrap-sources.nix) version hex0-seed src;
m2libc = src + "/M2libc";