Compare commits

...

No commits in common. "f121a7bd1b1fdb55540f6627bda15899750473e0" and "f3312bf4c3d8f39c4afb876dddbec8358c795dca" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ pkgs.stdenv.mkDerivation {
unpackPhase = "unzip $src";
installPhase = ''
mkdir $out
mkdir $out/bin
# Let's copy everything but the bin folder
cp -r release/* $out