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 23, 2024
1 parent 8cefbdc commit c201b91
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions pkgs/by-name/ba/bash-language-server/package.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{ lib
, stdenv
, fetchFromGitHub
, pnpm_8
, nodejs
, makeBinaryWrapper
, shellcheck
, versionCheckHook
{
lib,
stdenv,
fetchFromGitHub,
pnpm_8,
nodejs,
makeBinaryWrapper,
shellcheck,
versionCheckHook,
}:

stdenv.mkDerivation (finalAttrs: {
Expand All @@ -19,9 +20,14 @@ 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
pnpmWorkspace
;
hash = "sha256-W25xehcxncBs9QgQBt17F5YHK0b+GDEmt27XzTkyYWg=";
};

Expand Down

0 comments on commit c201b91

Please sign in to comment.