Missing a slash

This commit is contained in:
niten 2022-05-29 10:38:53 -07:00
parent 83a88ce4d8
commit 769658c5b6
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ in stdenv.mkDerivation {
lib-uberjar \
:project ${group}/${name} \
:version ${version}" \
:srcs ${concatStringsSep "," src-paths}"
:srcs ${concatStringsSep "," src-paths}" \
:target ${target}
'';