diff --git a/hm-module.nix b/hm-module.nix index 24c58fa..64af251 100644 --- a/hm-module.nix +++ b/hm-module.nix @@ -119,7 +119,7 @@ let # Simplified unpack phase to copy files from src to the build directory unpackPhase = '' - cp -r $src/. ./ + cp -r $src ./ ''; });