put in bin

This commit is contained in:
Rígille S. B. Menezes 2023-04-10 16:48:53 -03:00
parent 01d8ba8aed
commit 4cda65dd13

View File

@ -13,7 +13,7 @@ pkgs.stdenv.mkDerivation {
chmod +x bin/kind-scm
'';
installPhase = ''
mkdir $out
mv bin/kind-scm $out/kind-scm
mkdir -p $out/bin
mv bin/kind-scm $out/bin/kind-scm
'';
}