This commit is contained in:
iFargle 2023-12-13 16:52:19 +09:00
parent 84021c34fa
commit 5993e12d66

View file

@ -38,7 +38,7 @@
let let
inherit (self) outputs; inherit (self) outputs;
stateVersion = "23.11"; stateVersion = "23.11";
hmStateVersion = "23.11"; hmStateVersion = ${stateVersion};
libx = import ./lib { inherit self inputs outputs stateVersion hmStateVersion; }; libx = import ./lib { inherit self inputs outputs stateVersion hmStateVersion; };
in { in {
nixosConfigurations = { nixosConfigurations = {