mob next [ci-skip] [ci skip] [skip ci]

lastFile:modules/clan/phonebox/tests/vm/vars/per-machine/server/state-version/version/value
This commit is contained in:
2025-10-31 14:09:37 +07:00
parent 69dad99729
commit ae5ac55cdc
12 changed files with 72 additions and 3 deletions

View File

@@ -1,4 +1,9 @@
{ lib, ... }:
{
inputs,
self,
lib,
...
}:
let
module = ./default.nix;
in
@@ -7,10 +12,11 @@ in
phonebox = module;
};
perSystem =
{ ... }:
{ hostPkgs, ... }:
{
clan.nixosTests.service-phonebox = {
imports = [ ./tests/vm/default.nix ];
_module.args = { inherit self inputs; };
clan.modules."@clan/phonebox" = module;
};