build-inventory: fix tests temporarily
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ clan-core, lib, ... }:
|
||||
let
|
||||
inventory = (
|
||||
import ../build-inventory {
|
||||
import ../../inventoryClass/default.nix {
|
||||
inherit lib;
|
||||
clanLib = clan-core.clanLib;
|
||||
}
|
||||
|
||||
@@ -40,7 +40,7 @@ let
|
||||
|
||||
}
|
||||
)
|
||||
(lib.modules.importApply ./inventory-introspection.nix { inherit clanLib; })
|
||||
./inventory-introspection.nix
|
||||
];
|
||||
}).config;
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user