Fix: manually define empty tags for testing
This commit is contained in:
@@ -8,12 +8,18 @@ let
|
||||
evalModules
|
||||
;
|
||||
|
||||
# TODO: Use makeTestClan
|
||||
evalInventory =
|
||||
m:
|
||||
(evalModules {
|
||||
# Static modules
|
||||
modules = [
|
||||
clanLib.inventory.interface
|
||||
{
|
||||
tags.all = [ ];
|
||||
tags.nixos = [ ];
|
||||
tags.darwin = [ ];
|
||||
}
|
||||
{
|
||||
modules.test = { };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user