Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
fzakaria committed Aug 28, 2020
1 parent 64c7081 commit 8c49f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mvn2nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ in mkDerivation rec {
mkdir -p $out/bin
# create a symbolic link for the lib directory
ln -s ${mavenRepository}/.m2 $out/lib
ln -s ${mavenRepository} $out/lib
# copy out the JAR
# Maven already setup the classpath to use m2 repository layout
Expand Down

0 comments on commit 8c49f91

Please sign in to comment.