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 35d5a7a79f
commit 1aaa328e1b
5 changed files with 51 additions and 2 deletions

View File

@@ -8,9 +8,10 @@ rec {
# TODO: automatically generate this from the directory conventions
imports = [
./build-clan/flake-module.nix
./introspection/flake-module.nix
./inventory/flake-module.nix
./jsonschema/flake-module.nix
./introspection/flake-module.nix
./select/flake-module.nix
];
flake.clanLib = import ./default.nix {
inherit lib inputs self;