Skip to content

Commit

Permalink
fixed path support KaylorBen#40
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiderUnderUrBed committed Oct 30, 2024
1 parent 003e6f8 commit c20616b
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 c20616b

Please sign in to comment.