mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 15:02:03 +00:00
add killall to flake
Co-authored-by: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com>
This commit is contained in:
@@ -41,6 +41,7 @@
|
|||||||
poetry
|
poetry
|
||||||
jq
|
jq
|
||||||
electron_30-bin
|
electron_30-bin
|
||||||
|
killall
|
||||||
# fixes local pyright not being able to see the pythonpath properly.
|
# fixes local pyright not being able to see the pythonpath properly.
|
||||||
(pkgs.writeShellScriptBin "pyright" ''
|
(pkgs.writeShellScriptBin "pyright" ''
|
||||||
${pkgs.pyright}/bin/pyright --pythonpath `which python3` "$@" '')
|
${pkgs.pyright}/bin/pyright --pythonpath `which python3` "$@" '')
|
||||||
|
|||||||
Reference in New Issue
Block a user