Skip to content

Commit 9bc10fb

Browse files
authored
Make call-cabal-project-to-nix support top-level hidden directories (input-output-hk#2145)
1 parent 57df03d commit 9bc10fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/call-cabal-project-to-nix.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ let
401401
exit 1
402402
''}
403403
else
404-
cp -r ${cleanedSource}/* .
404+
rsync -a ${cleanedSource}/ ./
405405
fi
406406
chmod +w -R .
407407
# Decide what to do for each `package.yaml` file.

0 commit comments

Comments
 (0)