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

lastFile:inventories/default.nix
This commit is contained in:
2025-10-17 16:56:23 +07:00
parent 9c37fd477b
commit acf68543e8
3 changed files with 12 additions and 7 deletions

View File

@@ -5,6 +5,7 @@
tags = {
glom = [ "vega" ];
b4l = [ "rigel" ];
fax-bridge = [ ];
};
instances = {

View File

@@ -1,4 +1,9 @@
{ lib, ... }:
{
lib,
inputs,
self,
...
}:
let
module = lib.modules.importApply ./default.nix { };
in
@@ -9,10 +14,10 @@ in
perSystem =
{ ... }:
{
clan.nixosTests.yggdrasil = {
imports = [ ./tests/vm/default.nix ];
clan.modules."@clan/yggdrasil" = module;
};
# clan.nixosTests.yggdrasil = {
# imports = [ ./tests/vm/default.nix ];
#
# clan.modules."@clan/yggdrasil" = module;
# };
};
}

View File

@@ -1,5 +1,4 @@
{
pkgs,
...
}:
{