test
This commit is contained in:
parent
84021c34fa
commit
5993e12d66
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue