diff --git a/flake.nix b/flake.nix index 6647a009..a2494df6 100644 --- a/flake.nix +++ b/flake.nix @@ -41,6 +41,7 @@ poetry jq electron_30-bin + killall # fixes local pyright not being able to see the pythonpath properly. (pkgs.writeShellScriptBin "pyright" '' ${pkgs.pyright}/bin/pyright --pythonpath `which python3` "$@" '')