Skip to content

Commit 11813f2

Browse files
committed
build(nix): add pnpm dep
1 parent 1b5b595 commit 11813f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{ pkgs ? import <nixpkgs> { } }:
22
pkgs.mkShell {
3-
nativeBuildInputs = with pkgs; ([ hugo nodejs ] ++ (with nodePackages; [ yarn ]));
3+
nativeBuildInputs = with pkgs; ([ hugo nodejs ] ++ (with nodePackages; [ pnpm ]));
44
}

0 commit comments

Comments
 (0)