about summary refs log tree commit diff
path: root/website/goals/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'website/goals/shell.nix')
-rw-r--r--website/goals/shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/website/goals/shell.nix b/website/goals/shell.nix
index b5df9e540dfb..ec2a1ce833fa 100644
--- a/website/goals/shell.nix
+++ b/website/goals/shell.nix
@@ -3,5 +3,6 @@ let
 in pkgs.mkShell {
   buildInputs = with pkgs; [
     nodejs
+    yarn
   ];
 }