Skip to content

Commit f9180e1

Browse files
committed
feat(lock): import subpath of legacy expression
1 parent b7fb301 commit f9180e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atom-nix/core/importAtom.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ let
110110
shallow = true;
111111
};
112112
in
113-
import repo
113+
if dep ? path then import "${repo}/${dep.path}" else import repo
114114
else
115115
{ };
116116
}) lock.deps

0 commit comments

Comments
 (0)