From 824226035576ddd18b49c4e7af217248e33ae229 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Thu, 25 Dec 2025 23:39:16 -0700 Subject: [PATCH] Bumped Node --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 67ef9fd..3b9ce0d 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,7 @@ devShells = forAllSystems ({ pkgs }: { default = pkgs.mkShell { packages = with pkgs; [ - nodejs_20 + nodejs_24 nodePackages.pnpm ];