mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
Fix evaluation
This commit is contained in:
parent
27d3984935
commit
f5d648e27d
|
@ -261,7 +261,7 @@ rec {
|
|||
name = "";
|
||||
}).override { inherit shell; };
|
||||
|
||||
fetchurlBoot = stage4.stdenv.fetchurl;
|
||||
inherit (stage4.stdenv) fetchurlBoot;
|
||||
|
||||
extraAttrs = {
|
||||
inherit (stage4.pkgs) glibc;
|
||||
|
|
Loading…
Reference in a new issue