From 85a628e28322a8c8b7979047990866921bebfdc2 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Wed, 26 Mar 2025 12:48:51 -0400 Subject: [PATCH] flake and locked kernel at 6.13 --- flake.lock | 12 ++++++------ hosts/eddie/configuration.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index ea07d7e..7cf3778 100644 --- a/flake.lock +++ b/flake.lock @@ -70,11 +70,11 @@ "nixpkgs-stable": "nixpkgs-stable" }, "locked": { - "lastModified": 1742808205, - "narHash": "sha256-UD+tDuuTZWmQpAmWSqQDZrJlgEdQ3Rj9IYhzzM1dAq8=", + "lastModified": 1742980632, + "narHash": "sha256-UQRljs0DcUbfmVn90rUtpcuPbyGWHGmxob+WP36r9tg=", "owner": "nix-community", "repo": "emacs-overlay", - "rev": "1fce7ecc2e2f9ed0687443a752b7c90528fff383", + "rev": "6a1714928534fd6e2c0c68f42507f05d9dba6820", "type": "github" }, "original": { @@ -1091,11 +1091,11 @@ }, "nixpkgs_5": { "locked": { - "lastModified": 1742669843, - "narHash": "sha256-G5n+FOXLXcRx+3hCJ6Rt6ZQyF1zqQ0DL0sWAMn2Nk0w=", + "lastModified": 1742889210, + "narHash": "sha256-hw63HnwnqU3ZQfsMclLhMvOezpM7RSB0dMAtD5/sOiw=", "owner": "nixos", "repo": "nixpkgs", - "rev": "1e5b653dff12029333a6546c11e108ede13052eb", + "rev": "698214a32beb4f4c8e3942372c694f40848b360d", "type": "github" }, "original": { diff --git a/hosts/eddie/configuration.nix b/hosts/eddie/configuration.nix index 8f1641c..1cf156e 100644 --- a/hosts/eddie/configuration.nix +++ b/hosts/eddie/configuration.nix @@ -173,7 +173,7 @@ }; efi.canTouchEfiVariables = true; }; - kernelPackages = pkgs.linuxPackages_latest; + kernelPackages = pkgs.linuxPackages_6_13; kernelModules = [ "i2c-dev" "ddcci-backlight"