mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-20 13:01:44 +03:00
fix: single file lookup via prepareSourceTreeInternal
This commit is contained in:
parent
95c6595165
commit
54b9d1a61e
@ -142,7 +142,7 @@ let
|
||||
dirSplit);
|
||||
|
||||
dir =
|
||||
if dirAttrPath == [ "" ] then
|
||||
if (l.length dirSplit == 0) || dirAttrPath == [ "" ] then
|
||||
self
|
||||
else
|
||||
l.getAttrFromPath dirAttrPath directories;
|
||||
|
Loading…
Reference in New Issue
Block a user