Use nix package name rather than source directory name

This commit is contained in:
Nick Novitski
2022-07-12 18:35:03 -07:00
parent bd14afe6cd
commit 0bc1da471a
+2 -2
View File
@@ -140,8 +140,8 @@ let
mkdir -p $out/libexec $out/bin mkdir -p $out/libexec $out/bin
# Move the entire project to the output directory. # Move the entire project to the output directory.
mv $PWD "$out/libexec/$sourceRoot" mv $PWD "$out/libexec/$name"
cd "$out/libexec/$sourceRoot" cd "$out/libexec/$name"
# Invoke a plugin internal command to setup binaries. # Invoke a plugin internal command to setup binaries.
yarn nixify install-bin $out/bin yarn nixify install-bin $out/bin