build-inventory: fix tests temporarily

This commit is contained in:
Johannes Kirschbauer
2025-06-25 18:15:47 +02:00
parent 345aa12e99
commit c81ba4b6fa
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{ clan-core, lib, ... }:
let
inventory = (
import ../build-inventory {
import ../../inventoryClass/default.nix {
inherit lib;
clanLib = clan-core.clanLib;
}

View File

@@ -40,7 +40,7 @@ let
}
)
(lib.modules.importApply ./inventory-introspection.nix { inherit clanLib; })
./inventory-introspection.nix
];
}).config;
in