2nd approach at getting a check for /niximpure in stdenv-updates
This commit is contained in:
@@ -264,7 +264,7 @@ rec {
|
||||
inherit system;
|
||||
|
||||
preHook = commonPreHook;
|
||||
|
||||
|
||||
initialPath =
|
||||
((import ../common-path.nix) {pkgs = stdenvLinuxBoot4Pkgs;})
|
||||
++ [stdenvLinuxBoot4Pkgs.patchelf];
|
||||
@@ -281,6 +281,8 @@ rec {
|
||||
shell = stdenvLinuxBoot4Pkgs.bash + "/bin/bash";
|
||||
|
||||
fetchurlBoot = fetchurl;
|
||||
|
||||
withNixImpure = if platform ? nixImpure then platform.nixImpure else false;
|
||||
|
||||
extraAttrs = {
|
||||
inherit (stdenvLinuxBoot3Pkgs) glibc;
|
||||
|
||||
Reference in New Issue
Block a user