Skip to content

Commit 7e1406c

Browse files
add killall to flake
Co-authored-by: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com>
1 parent 7b32df0 commit 7e1406c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
poetry
4242
jq
4343
electron_30-bin
44+
killall
4445
# fixes local pyright not being able to see the pythonpath properly.
4546
(pkgs.writeShellScriptBin "pyright" ''
4647
${pkgs.pyright}/bin/pyright --pythonpath `which python3` "$@" '')

0 commit comments

Comments
 (0)