From 306b0ff8d6206a912478ed1e3d3dbf82b8a85c41 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Fri, 4 Oct 2024 16:55:58 -0400 Subject: "fix" react-devtools works well enough lol --- flake.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index fb8e6ee7..6647a009 100644 --- a/flake.nix +++ b/flake.nix @@ -40,6 +40,7 @@ nodePackages.pnpm poetry jq + electron_30-bin # fixes local pyright not being able to see the pythonpath properly. (pkgs.writeShellScriptBin "pyright" '' ${pkgs.pyright}/bin/pyright --pythonpath `which python3` "$@" '') -- cgit v1.2.3