Loading pkgs/os-specific/linux/minimal-bootstrap/default.nix +0 −2 Original line number Diff line number Diff line Loading @@ -4,8 +4,6 @@ }: lib.makeScope newScope (self: with self; { callPackage = self.callPackage; fetchurl = import ../../../build-support/fetchurl/boot.nix { inherit (stdenv.buildPlatform) system; }; Loading pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/default.nix +0 −2 Original line number Diff line number Diff line Loading @@ -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"; Loading Loading
pkgs/os-specific/linux/minimal-bootstrap/default.nix +0 −2 Original line number Diff line number Diff line Loading @@ -4,8 +4,6 @@ }: lib.makeScope newScope (self: with self; { callPackage = self.callPackage; fetchurl = import ../../../build-support/fetchurl/boot.nix { inherit (stdenv.buildPlatform) system; }; Loading
pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/default.nix +0 −2 Original line number Diff line number Diff line Loading @@ -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"; Loading