Commit 36559748 authored by Emily Trau's avatar Emily Trau
Browse files

minimal-bootstrap: remove redundant definition

parent dc975fd1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -4,8 +4,6 @@
}:

lib.makeScope newScope (self: with self; {
  callPackage = self.callPackage;

  fetchurl = import ../../../build-support/fetchurl/boot.nix {
    inherit (stdenv.buildPlatform) system;
  };
+0 −2
Original line number Diff line number Diff line
@@ -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";