Test
Some checks failed
ssh-test / ssh-test (push) Failing after 24s

This commit is contained in:
iFargle 2023-12-09 22:24:58 +09:00
parent 63c0768830
commit 5912f4ff19
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@
inherit (self) outputs; inherit (self) outputs;
stateVersion = "unstable"; stateVersion = "unstable";
hmStateVersion = "23.11"; hmStateVersion = "23.11";
libx = import ./lib { inherit inputs outputs stateVersion hmStateVersion; }; libx = import ./lib { inherit self inputs outputs stateVersion hmStateVersion; };
in { in {
nixosConfigurations = { nixosConfigurations = {
# Virtual # Virtual

View file

@ -1,4 +1,4 @@
{ inputs, outputs, stateVersion, hmStateVersion, ... }: { { self, inputs, outputs, stateVersion, hmStateVersion, ... }: {
deploy = { deploy = {
hostname, hostname,