From c7c56714eedd201023c3961babeb76aa37efdfa8 Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Sun, 11 Jan 2026 13:25:58 +0000 Subject: [PATCH] chore(nix): use mkShellNoCC for lighter devShell Switch from mkShell to mkShellNoCC since this development environment only uses Python and Node.js tools. The C compiler (stdenv) is not needed, resulting in fewer dependencies and faster shell activation. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6f6338d..33dfe92 100644 --- a/flake.nix +++ b/flake.nix @@ -89,7 +89,7 @@ }; }; - devShells.default = pkgs.mkShell { + devShells.default = pkgs.mkShellNoCC { buildInputs = with pkgs; [ uv ty