Skip to content

Commit

Permalink
Upgrade to linux 6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbaur committed Aug 20, 2024
1 parent 344451d commit 19ce4e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion options.nix
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ in
linux = {
package = mkOption {
type = types.package;
default = pkgs.linux_6_9;
default = pkgs.linux_6_10;
};
consoles = mkOption {
type = types.listOf types.str;
Expand Down

0 comments on commit 19ce4e7

Please sign in to comment.