linux_6_1: fixup evaluation without aliases

I'm sorry, really. Broken by me in fa8367c2d507

+1 -1
+1 -1
pkgs/os-specific/linux/kernel/linux-6.1.nix
··· 16 16 sha256 = "149h95r5msvqah868zd36y92ls9h41cr1rb5vzinl20mxdn46wnb"; 17 17 }; 18 18 # TODO: possible to remove after any rebuild, e.g. after update. 19 - extraConfig = lib.optionalString (buildPackages.system == "x86_64-linux") "\n"; 19 + extraConfig = lib.optionalString (buildPackages.stdenv.system == "x86_64-linux") "\n"; 20 20 } // (args.argsOverride or { }))