Skip to content

Commit

Permalink
bash-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 4fc5daf commit 9ac2535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ba/bash-language-server/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-yJ81oGd9aNsWQMLvDSgMVVH1//Mw/SVFYFIPsJTQYzE=";
};

pnpmWorkspace = "bash-language-server";
pnpmWorkspaces = [ "bash-language-server" ];
pnpmDeps = pnpm_8.fetchDeps {
inherit (finalAttrs) pname version src pnpmWorkspace;
inherit (finalAttrs) pname version src pnpmWorkspaces;
hash = "sha256-W25xehcxncBs9QgQBt17F5YHK0b+GDEmt27XzTkyYWg=";
};

Expand Down

0 comments on commit 9ac2535

Please sign in to comment.