"fix" react-devtools

works well enough lol
This commit is contained in:
AAGaming
2024-10-04 16:55:58 -04:00
parent dbd7488d8f
commit 306b0ff8d6
5 changed files with 1115 additions and 18 deletions
+1
View File
@@ -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` "$@" '')