Update hmStateVersion

This commit is contained in:
iFargle 2023-12-13 16:56:19 +09:00
parent d5154a45af
commit e872179218

View file

@ -40,7 +40,7 @@
# To move back to unstable, set this to 'unstable' and mae the nkxpkgs url = "nixpkgs/nixos-unstable" # To move back to unstable, set this to 'unstable' and mae the nkxpkgs url = "nixpkgs/nixos-unstable"
stateVersion = "23.11"; stateVersion = "23.11";
# If you move back to Unstable, set this to the latest version available and add /master to the hm url above # 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; }; libx = import ./lib { inherit self inputs outputs stateVersion hmStateVersion; };
in { in {
nixosConfigurations = { nixosConfigurations = {