From 554bf469f8b163dde240690e21c6314fac868821 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sat, 22 Apr 2023 13:07:45 -0400 Subject: [PATCH] Fix system.stateVersion --- common/linux.nix | 4 ++-- flake.lock | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/common/linux.nix b/common/linux.nix index bfb2dcc..0dca86b 100644 --- a/common/linux.nix +++ b/common/linux.nix @@ -1,8 +1,8 @@ {pkgs, ...}: { - boot.kernelPackages = pkgs.linuxPackages_latest; + boot.kernelPackages = pkgs.linuxPackages; boot.supportedFilesystems = ["ntfs"]; - system.stateVersion = "23.05"; + system.stateVersion = "22.11"; system.autoUpgrade.enable = true; diff --git a/flake.lock b/flake.lock index 83a8393..19a977c 100644 --- a/flake.lock +++ b/flake.lock @@ -27,11 +27,11 @@ ] }, "locked": { - "lastModified": 1682072616, - "narHash": "sha256-sR5RL3LACGuq5oePcAoJ/e1S3vitKQQSNACMYmqIE1E=", + "lastModified": 1682176386, + "narHash": "sha256-xwYjQ8PjfdHlggi8Dq0PXWby/1oXegSUuNuBvoTcnpA=", "owner": "nix-community", "repo": "home-manager", - "rev": "47d6c3f65234230d37f1cf7d3d6b5575ec80fe0c", + "rev": "6169690ae38175295605d521bd778d999fbd85cd", "type": "github" }, "original": { @@ -92,11 +92,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1681932375, - "narHash": "sha256-tSXbYmpnKSSWpzOrs27ie8X3I0yqKA6AuCzCYNtwbCU=", + "lastModified": 1682134069, + "narHash": "sha256-TnI/ZXSmRxQDt2sjRYK/8j8iha4B4zP2cnQCZZ3vp7k=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "3d302c67ab8647327dba84fbdb443cdbf0e82744", + "rev": "fd901ef4bf93499374c5af385b2943f5801c0833", "type": "github" }, "original": {