From 733beb094b1186c3db149404606505703676ccd9 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 14 Jul 2025 18:07:29 -0600 Subject: [PATCH] [NixOS] Add yarn --- nixos/code.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/code.nix b/nixos/code.nix index 9412ebd9..adf4f4e4 100644 --- a/nixos/code.nix +++ b/nixos/code.nix @@ -24,6 +24,7 @@ makeEnable config "myModules.code" true { # Node nodePackages.npm nodejs + yarn # Typescript typescript