Use nix package name rather than source directory name
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user