From 5993e12d66da0cffadae7bc09bcf56f20659a3aa Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 13 Dec 2023 16:52:19 +0900 Subject: [PATCH] test --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {