We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2033271 commit e9a5684Copy full SHA for e9a5684
src/lib/cfg.nix
src/lib/cfg/default.nix
@@ -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