build-inventory: fix tests temporarily

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

View File

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

View File

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