From 8880ac81584243a5f7bd1cd63a2d4a427b7d9cc4 Mon Sep 17 00:00:00 2001 From: Yuri Tatishchev Date: Thu, 11 Sep 2025 13:37:08 -0700 Subject: [PATCH] updates: linux 6.16, nixpkgs, home-manager --- flake.lock | 12 ++++++------ hosts/common-desktop.nix | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 69876d5..f0ca407 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1756669196, - "narHash": "sha256-E/l+K8WIjbH5AUv/B17RX1hzx1CsuPaT86g1xDwiYY8=", + "lastModified": 1757598712, + "narHash": "sha256-5PWVrdMp8u31Q247jqnJcwxKg3MJrs1TadTyTBRVBDY=", "owner": "nix-community", "repo": "home-manager", - "rev": "b4b5f008d772c0e8e9c420cfa0d240a447747e0a", + "rev": "6d7c11a0adee0db21e3a8ef90ae07bb89bc20b8f", "type": "github" }, "original": { @@ -58,11 +58,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1756542300, - "narHash": "sha256-tlOn88coG5fzdyqz6R93SQL5Gpq+m/DsWpekNFhqPQk=", + "lastModified": 1757487488, + "narHash": "sha256-zwE/e7CuPJUWKdvvTCB7iunV4E/+G0lKfv4kk/5Izdg=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d7600c775f877cd87b4f5a831c28aa94137377aa", + "rev": "ab0f3607a6c7486ea22229b92ed2d355f1482ee0", "type": "github" }, "original": { diff --git a/hosts/common-desktop.nix b/hosts/common-desktop.nix index e7b7f26..bf5b0a5 100644 --- a/hosts/common-desktop.nix +++ b/hosts/common-desktop.nix @@ -8,6 +8,7 @@ ]; boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_15; + boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_16; boot.loader = { efi.canTouchEfiVariables = true; timeout = 3;