Fix evaluation
This commit is contained in:
parent
27d3984935
commit
f5d648e27d
@ -261,7 +261,7 @@ rec {
|
|||||||
name = "";
|
name = "";
|
||||||
}).override { inherit shell; };
|
}).override { inherit shell; };
|
||||||
|
|
||||||
fetchurlBoot = stage4.stdenv.fetchurl;
|
inherit (stage4.stdenv) fetchurlBoot;
|
||||||
|
|
||||||
extraAttrs = {
|
extraAttrs = {
|
||||||
inherit (stage4.pkgs) glibc;
|
inherit (stage4.pkgs) glibc;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user