test
This commit is contained in:
parent
209e0772a3
commit
4b68c66066
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@
|
||||||
inherit (self) outputs;
|
inherit (self) outputs;
|
||||||
stateVersion = "23.11";
|
stateVersion = "23.11";
|
||||||
hmStateVersion = "23.11";
|
hmStateVersion = "23.11";
|
||||||
|
system = builtins.currentSystem;
|
||||||
libx = import ./lib { inherit self inputs outputs stateVersion hmStateVersion system; };
|
libx = import ./lib { inherit self inputs outputs stateVersion hmStateVersion system; };
|
||||||
in {
|
in {
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
|
|
Loading…
Reference in a new issue