Skip to content

Commit dc7cd23

Browse files
committed
refactor(vcs): replace scanPaths with explicit imports
Replace lib.custom.scanPaths auto-import with explicit module list for improved clarity and direct dependency visibility.
1 parent ffe5286 commit dc7cd23

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

home/tty/vcs/default.nix

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
{lib, ...}: {
2-
imports = lib.custom.scanPaths ./.;
1+
_: {
2+
imports = [
3+
./git
4+
./mercurial.nix
5+
./jujutsu.nix
6+
];
37
}

0 commit comments

Comments
 (0)