Skip to content

Commit

Permalink
Make call-cabal-project-to-nix support top-level hidden directories (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantrinkle authored Jan 18, 2024
1 parent 57df03d commit 9bc10fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/call-cabal-project-to-nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ let
exit 1
''}
else
cp -r ${cleanedSource}/* .
rsync -a ${cleanedSource}/ ./
fi
chmod +w -R .
# Decide what to do for each `package.yaml` file.
Expand Down

0 comments on commit 9bc10fb

Please sign in to comment.