From e8ea21bdeb78f9b95e9e3104b35f3a7342cab8a6 Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Thu, 27 Oct 2022 11:50:24 +0200 Subject: [PATCH] Update flake inputs + dustbowl: use linux 6.0 --- flake.lock | 19 ++++++++++--------- nixos/dustbowl.nix | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index f2f18d5..4dc0c74 100644 --- a/flake.lock +++ b/flake.lock @@ -6,11 +6,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1662740802, - "narHash": "sha256-lQsuRx/vs/oJPXugV+FsTj9xKDVNn7qLz3hozhPbxE0=", + "lastModified": 1666784648, + "narHash": "sha256-wVpP91AUThsQLWOh1V3Ecxo3QMjddJU0KE1Aa4u91fM=", "owner": "nix-community", "repo": "emacs-overlay", - "rev": "919c47aff0d191f8c6d6cc2e5602b137574c8606", + "rev": "52b4a58403f9103951631db70bcb740c8ca42a8d", "type": "github" }, "original": { @@ -51,9 +51,10 @@ }, "nixpkgs": { "locked": { - "lastModified": 0, - "narHash": "sha256-+5zkHlbcbFyN5f3buO1RAZ9pH1wXLxCesUJ0vFmLr9Y=", - "path": "/nix/store/vgx3678yb41cb8g2g66nlj1alf3ksh92-source", + "lastModified": 1662019588, + "narHash": "sha256-oPEjHKGGVbBXqwwL+UjsveJzghWiWV0n9ogo1X6l4cw=", + "path": "/nix/store/8x9s4zv7dzmwxmm8lhsxk3nf8lxlh52q-source", + "rev": "2da64a81275b68fdad38af669afeda43d401e94b", "type": "path" }, "original": { @@ -63,11 +64,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1662019588, - "narHash": "sha256-oPEjHKGGVbBXqwwL+UjsveJzghWiWV0n9ogo1X6l4cw=", + "lastModified": 1666703756, + "narHash": "sha256-GwpMJ1hT+z1fMAUkaGtvbvofJQwdVFDEGVhfE82+AUk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "2da64a81275b68fdad38af669afeda43d401e94b", + "rev": "f994293d1eb8812f032e8919e10a594567cf6ef7", "type": "github" }, "original": { diff --git a/nixos/dustbowl.nix b/nixos/dustbowl.nix index 794402c..54d1a8c 100644 --- a/nixos/dustbowl.nix +++ b/nixos/dustbowl.nix @@ -26,7 +26,7 @@ }; # Kernel version - boot.kernelPackages = pkgs.linuxPackages_5_18; + boot.kernelPackages = pkgs.linuxPackages_6_0; # Use the systemd-boot EFI boot loader. # boot.loader.systemd-boot.enable = true;