diff --git a/flake.nix b/flake.nix index acfb995a..f5a05c45 100644 --- a/flake.nix +++ b/flake.nix @@ -38,7 +38,7 @@ let inherit (self) outputs; stateVersion = "23.11"; - hmStateVersion = "23.11"; + hmStateVersion = ${stateVersion}; libx = import ./lib { inherit self inputs outputs stateVersion hmStateVersion; }; in { nixosConfigurations = {