From f70393daf01b1279248233c7773715ad1a8f2552 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Wed, 5 Feb 2025 08:57:19 -0500 Subject: [PATCH] Switch to linuxPackages kernel --- flake.lock | 18 +++++++++--------- machines/hephaestus/configuration.nix | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index e977b90..a0962b0 100644 --- a/flake.lock +++ b/flake.lock @@ -480,11 +480,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1738574474, - "narHash": "sha256-rvyfF49e/k6vkrRTV4ILrWd92W+nmBDfRYZgctOyolQ=", + "lastModified": 1738702386, + "narHash": "sha256-nJj8f78AYAxl/zqLiFGXn5Im1qjFKU8yBPKoWEeZN5M=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "fecfeb86328381268e29e998ddd3ebc70bbd7f7c", + "rev": "030ba1976b7c0e1a67d9716b17308ccdab5b381e", "type": "github" }, "original": { @@ -496,11 +496,11 @@ }, "nixpkgs-master": { "locked": { - "lastModified": 1738724285, - "narHash": "sha256-F/n411cT9GzbC0dLJ69G9Rth8m694aBiieSoBa756E0=", + "lastModified": 1738758495, + "narHash": "sha256-CZ8T4vP3ag2hwkpSZjatxJb55ouszvmnWw09qxGW9TU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "e53af1685d15257ead909e1f22f223283d049892", + "rev": "ceaea203f3ae1787b1bd13f021f686391696fc5b", "type": "github" }, "original": { @@ -512,11 +512,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1738703096, - "narHash": "sha256-1MABVDwNpAUrUDvyM6PlHlAB1eTWAX0eNYCzdsZ54NI=", + "lastModified": 1738734093, + "narHash": "sha256-UEYOKfXXKU49fR7dGB05As0s2pGbLK4xDo48Qtdm7xs=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "f7384aacd0ecd28681a99269ac0dff2c3a805d63", + "rev": "5b2753b0356d1c951d7a3ef1d086ba5a71fff43c", "type": "github" }, "original": { diff --git a/machines/hephaestus/configuration.nix b/machines/hephaestus/configuration.nix index 7774e8d..57a7a79 100644 --- a/machines/hephaestus/configuration.nix +++ b/machines/hephaestus/configuration.nix @@ -40,7 +40,7 @@ in xpadneo # Advanced Linux Driver for Xbox One Wireless Controller ]; kernelModules = [ "kvm-amd" ]; - kernelPackages = pkgs.linuxPackages_latest; + kernelPackages = pkgs.linuxPackages; loader = { efi.canTouchEfiVariables = true;