From 7e1406c0bf0302dbaa4f52a10b2acc8abb454493 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Sat, 5 Oct 2024 09:38:53 -0400 Subject: [PATCH] add killall to flake Co-authored-by: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> --- flake.nix | 1 + 1 file changed, 1 insertion(+) 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` "$@" '')