chore(lib/select): move into subfolder with a test file

This commit is contained in:
Johannes Kirschbauer
2025-04-02 11:41:41 +02:00
parent 4dde845c4d
commit 69078433cd
5 changed files with 51 additions and 2 deletions

View File

@@ -29,6 +29,6 @@ lib.fix (clanLib: {
modules = clanLib.callLib ./inventory/frontmatter { };
values = import ./introspection { inherit lib; };
jsonschema = import ./jsonschema { inherit lib; };
select = import ./select.nix;
select = import select/default.nix;
facts = import ./facts.nix { inherit lib; };
})