typo in nix package

This commit is contained in:
Laureηt 2024-07-20 16:48:53 +02:00
parent 0079280076
commit 33fad20a82
Signed by: Laurent
SSH key fingerprint: SHA256:pb5NrYg80So5z9hmqQFPmp//sgr+DFeJkKhmGyU2NLk

View file

@ -31,7 +31,7 @@
dontUnpack = true;
installPhase = ''
mkdir -p $out
cp -r $src/ $out
cp -r $src/* $out
'';
};
};