mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +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 New Issue
Block a user