remove typo

This commit is contained in:
Charlotte 🦝 Delenk 2023-03-25 15:00:18 +01:00
parent 9267ae1201
commit 34ab04d233
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -15,7 +15,7 @@
buildPhase = "true";
installPhase = ''
cp -rv $src $out
chmod -R +w $outgit c
chmod -R +w $out
cp ${./Cargo.lock} $out
'';
};