From e872179218168317145799c4badf0fc27242956c Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 13 Dec 2023 16:56:19 +0900 Subject: [PATCH] Update hmStateVersion --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 89288b95..d7b05c97 100644 --- a/flake.nix +++ b/flake.nix @@ -40,7 +40,7 @@ # To move back to unstable, set this to 'unstable' and mae the nkxpkgs url = "nixpkgs/nixos-unstable" stateVersion = "23.11"; # If you move back to Unstable, set this to the latest version available and add /master to the hm url above - hmStateVersion = ${stateVersion}; + hmStateVersion = "23.11"; libx = import ./lib { inherit self inputs outputs stateVersion hmStateVersion; }; in { nixosConfigurations = {