From f7a32893aaee301ba98b065c7a56bd202f39a102 Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Thu, 11 Nov 2021 18:10:32 +0100 Subject: [PATCH] update flake inputs and kernel version to 5.15 --- flake.lock | 12 ++++++------ nixos/dustbowl.nix | 3 ++- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 2de517c..b7caefd 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "emacs-overlay": { "locked": { - "lastModified": 1635932289, - "narHash": "sha256-kiSSWjOwH6G/cQF93HgnbYDXzt7GH25ID1W+kf/7/s4=", + "lastModified": 1636622352, + "narHash": "sha256-HZkdAcDh1jS+19vy72oYR1qymh0hrxccBbdskHPt95c=", "owner": "nix-community", "repo": "emacs-overlay", - "rev": "14162c1d4f1882a4fe2069cea9cd6f0c42c7bef3", + "rev": "80db8e4e9f25e81662a244a96029f3427fe3d5b9", "type": "github" }, "original": { @@ -32,11 +32,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1635952736, - "narHash": "sha256-BujdAxgEFYLZ46BzOuBx2kZyPsBrRMe+elOChyyR3qE=", + "lastModified": 1636650511, + "narHash": "sha256-dZLCKpliQCl8xDFyQDXUD/EjOh3W3H5Jj1PZ3+INWaY=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "ed71268f52358a89ec9a429f9ec18a19ece82108", + "rev": "68a6a4e276e26019b090bb587a8d7b26c4f92532", "type": "github" }, "original": { diff --git a/nixos/dustbowl.nix b/nixos/dustbowl.nix index 403808e..9f35991 100644 --- a/nixos/dustbowl.nix +++ b/nixos/dustbowl.nix @@ -21,10 +21,11 @@ builders-use-substitutes = true ''; distributedBuilds = true; + registry.nixpkgs.flake = nixpkgs; }; # Kernel version - boot.kernelPackages = pkgs.linuxPackages_5_14; + boot.kernelPackages = pkgs.linuxPackages_5_15; # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true;