clan-cli: add a Flake class with caching

This commit is contained in:
lassulus
2025-01-28 10:15:10 +01:00
committed by clan-bot
parent 26143b4b5b
commit fe2cfd3b37
6 changed files with 401 additions and 0 deletions

View File

@@ -21,4 +21,5 @@ in
inherit lib;
self = clan-core;
};
select = import ./select.nix;
}