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 = {