Skip to content

Commit

Permalink
shadcn: fix build error (#352830)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrumplex authored Nov 1, 2024
2 parents 1eb9f3d + d808f09 commit 8dedcce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/sh/shadcn/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ stdenvNoCC.mkDerivation (finalAttrs: {
hash = "sha256-OBLKCj+v5KgYslJGuwLgJHjgcrxLPiiyO5/ucrJ14Ws=";
};

pnpmWorkspace = "shadcn";
pnpmWorkspaces = [ "shadcn" ];
pnpmDeps = pnpm_9.fetchDeps {
inherit (finalAttrs)
pname
version
src
pnpmWorkspace
pnpmWorkspaces
;
hash = "sha256-OcoZfbB04CFHpAM/fW3IhIMXtas6x8H3+lvk7nTN8Tg=";
hash = "sha256-/80LJm65ZRqyfhsNqGl83bsI2wjgVkvrA6Ij4v8rtoQ=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 8dedcce

Please sign in to comment.