Skip to content

Commit e9a5684

Browse files
committed
refactor: use findTargets for lib.cfg
1 parent 2033271 commit e9a5684

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed

src/lib/cfg.nix

-14
This file was deleted.

src/lib/cfg/default.nix

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
let
2+
inherit (inputs.std) findTargets;
3+
in
4+
findTargets {
5+
inherit inputs cell;
6+
block = ./.;
7+
}

0 commit comments

Comments
 (0)