Skip to content

Commit

Permalink
fixed path support KaylorBen#39
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiderUnderUrBed committed Oct 30, 2024
1 parent 1fd0501 commit 003e6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hm-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ let

# Simplified unpack phase to copy files from src to the build directory
unpackPhase = ''
cp -r $src/. ./
cp -r $src ./
'';
});

Expand Down

0 comments on commit 003e6f8

Please sign in to comment.