about summary refs log tree commit diff
path: root/pkgs/top-level/linux-kernels.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-02-27 12:02:07 +0000
committerGitHub <noreply@github.com>2024-02-27 12:02:07 +0000
commit51f9ea2d15aea8f78d5caaf2cf03d5f4ca7a57e8 (patch)
tree56e45c4cf9410c3ffc2d3a38c38d1c44b5e54eca /pkgs/top-level/linux-kernels.nix
parent9916ff9d6178249582e5dae9fa912974de6fb97d (diff)
parenta6cd11f3d296a4c27d081d97774378dbaf88674c (diff)
downloadnixlib-51f9ea2d15aea8f78d5caaf2cf03d5f4ca7a57e8.tar
nixlib-51f9ea2d15aea8f78d5caaf2cf03d5f4ca7a57e8.tar.gz
nixlib-51f9ea2d15aea8f78d5caaf2cf03d5f4ca7a57e8.tar.bz2
nixlib-51f9ea2d15aea8f78d5caaf2cf03d5f4ca7a57e8.tar.lz
nixlib-51f9ea2d15aea8f78d5caaf2cf03d5f4ca7a57e8.tar.xz
nixlib-51f9ea2d15aea8f78d5caaf2cf03d5f4ca7a57e8.tar.zst
nixlib-51f9ea2d15aea8f78d5caaf2cf03d5f4ca7a57e8.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/top-level/linux-kernels.nix')
-rw-r--r--pkgs/top-level/linux-kernels.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/linux-kernels.nix b/pkgs/top-level/linux-kernels.nix
index a11aec4a35fa..6e9e9bab6e4e 100644
--- a/pkgs/top-level/linux-kernels.nix
+++ b/pkgs/top-level/linux-kernels.nix
@@ -669,7 +669,7 @@ in {
   });
 
   packageAliases = {
-    linux_default = packages.linux_6_1;
+    linux_default = packages.linux_6_6;
     # Update this when adding the newest kernel major version!
     linux_latest = packages.linux_6_7;
     linux_mptcp = throw "'linux_mptcp' has been moved to https://github.com/teto/mptcp-flake";