Skip to content

Commit

Permalink
linux_6_1: fixup evaluation without aliases
Browse files Browse the repository at this point in the history
I'm sorry, really.  Broken by me in fa8367c
  • Loading branch information
vcunat committed Apr 22, 2023
1 parent ada2485 commit 6c43a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/kernel/linux-6.1.nix
Expand Up @@ -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 { }))

1 comment on commit 6c43a34

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vcunat, you pushed a commit directly to master/release branch
instead of going through a Pull Request.

That's highly discouraged beyond the few exceptions listed
on #118661

Please sign in to comment.