linux_6_1: fixup evaluation without aliases
I'm sorry, really. Broken by me in fa8367c2d5
This commit is contained in:
parent
ada2485ff3
commit
6c43a3495a
1 changed files with 1 additions and 1 deletions
|
@ -16,5 +16,5 @@ buildLinux (args // rec {
|
|||
sha256 = "149h95r5msvqah868zd36y92ls9h41cr1rb5vzinl20mxdn46wnb";
|
||||
};
|
||||
# TODO: possible to remove after any rebuild, e.g. after update.
|
||||
extraConfig = lib.optionalString (buildPackages.system == "x86_64-linux") "\n";
|
||||
extraConfig = lib.optionalString (buildPackages.stdenv.system == "x86_64-linux") "\n";
|
||||
} // (args.argsOverride or { }))
|
||||
|
|
Loading…
Reference in a new issue