Fix lockfile name

This commit is contained in:
Nick Novitski
2023-10-02 17:02:07 -07:00
parent 6e0708256d
commit 435d052e1c
+2 -1
View File
@@ -162,7 +162,8 @@ let
mkdir -p "$out/libexec/$name" mkdir -p "$out/libexec/$name"
tar xzvf package.tgz --directory "$out/libexec/$name" --strip-components=1 tar xzvf package.tgz --directory "$out/libexec/$name" --strip-components=1
cp .yarnrc* ${lockfile} "$out/libexec/$name" cp .yarnrc* "$out/libexec/$name"
cp ${lockfile} "$out/libexec/$name/yarn.lock"
cp --recursive .yarn "$out/libexec/$name" cp --recursive .yarn "$out/libexec/$name"
# If the project uses the node-modules linker, then # If the project uses the node-modules linker, then