summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAAGaming <aagaming@riseup.net>2024-10-04 16:55:58 -0400
committerAAGaming <aagaming@riseup.net>2024-10-11 15:05:15 -0400
commit306b0ff8d6206a912478ed1e3d3dbf82b8a85c41 (patch)
treed9d36f48255e55d1941abb1cc3640351bb7e74c5 /flake.nix
parentdbd7488d8f58aaf6ba6a135f1a36d2259e0db8a6 (diff)
downloaddecky-loader-306b0ff8d6206a912478ed1e3d3dbf82b8a85c41.tar.gz
decky-loader-306b0ff8d6206a912478ed1e3d3dbf82b8a85c41.zip
"fix" react-devtools
works well enough lol
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
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` "$@" '')