From 0fa09a675a6101a4dcdbf96b0f5a8e912c3bc117 Mon Sep 17 00:00:00 2001 From: Matthew Penner Date: Sun, 9 Mar 2025 19:10:08 -0600 Subject: [PATCH] nix: add `yarn` to devShell Signed-off-by: Matthew Penner --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 9c260f5ee..bdb0cf973 100644 --- a/flake.nix +++ b/flake.nix @@ -49,6 +49,7 @@ composer nodejs_18 nodePackages.pnpm + nodePackages.yarn phpWithExtensions ];