This commit is contained in:
iFargle 2024-01-31 12:12:16 +09:00
parent 209e0772a3
commit 4b68c66066

View file

@ -47,6 +47,7 @@
inherit (self) outputs;
stateVersion = "23.11";
hmStateVersion = "23.11";
system = builtins.currentSystem;
libx = import ./lib { inherit self inputs outputs stateVersion hmStateVersion system; };
in {
nixosConfigurations = {