add killall to flake

Co-authored-by: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com>
This commit is contained in:
AAGaming
2024-10-05 09:38:53 -04:00
parent 7b32df0948
commit 7e1406c0bf
+1
View File
@@ -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` "$@" '')