Skip to content

Commit

Permalink
astro-language-server: pnpmWorkspace -> pnpmWorkspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrox0 committed Oct 24, 2024
1 parent 64f65cf commit 4fc5daf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/as/astro-language-server/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
pname
version
src
pnpmWorkspace
pnpmWorkspaces
prePnpmInstall
;
hash = "sha256-/X8ZoWK5kBPm/8clBDP+B9A5ofXnH2svmy4kMc2t5iA=";
Expand All @@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {

# Must specify to download "@astrojs/yaml2ts" depencendies
# https://pnpm.io/filtering#--filter-package_name-1
pnpmWorkspace = "@astrojs/language-server...";
pnpmWorkspaces = [ "@astrojs/language-server..." ];
prePnpmInstall = ''
# Warning section for "pnpm@v8"
# https://pnpm.io/cli/install#--filter-package_selector
Expand Down

0 comments on commit 4fc5daf

Please sign in to comment.