obsidiansystems / nix-thunk

seamless management of source dependencies with nix
BSD 3-Clause "New" or "Revised" License
38 stars 10 forks source link

Fix removal of .git from default destination #10

Closed 3noch closed 3 years ago

3noch commented 3 years ago

Fixes #5

There apparently was already logic in there to do this, but it wasn't correct (it reversed the input but didn't reverse the extension). However, System.FilePath already has a solution for this.