Update hmStateVersion
This commit is contained in:
parent
d5154a45af
commit
e872179218
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue