We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b5b595 commit 11813f2Copy full SHA for 11813f2
shell.nix
@@ -1,4 +1,4 @@
1
{ pkgs ? import <nixpkgs> { } }:
2
pkgs.mkShell {
3
- nativeBuildInputs = with pkgs; ([ hugo nodejs ] ++ (with nodePackages; [ yarn ]));
+ nativeBuildInputs = with pkgs; ([ hugo nodejs ] ++ (with nodePackages; [ pnpm ]));
4
}
0 commit comments