From 6cf03c0714f66c3919afe8a8125c176c9dedf18d Mon Sep 17 00:00:00 2001 From: Claas Date: Fri, 8 Nov 2024 19:25:18 +0100 Subject: [PATCH] Make pnpm available --- home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home.nix b/home.nix index cd596a5..fe9907a 100644 --- a/home.nix +++ b/home.nix @@ -9,6 +9,8 @@ pkgs.python3 # Fast Node (Version) Manager pkgs.fnm + # Faster Node Package Manager + pkgs.pnpm # Might not be necessary seems to be included with fnm? # pkgs.pnpm # Probe-rs used for embedded Rust development using embassy in fan-control project -- 2.51.2