summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAAGaming <aagaming@riseup.net>2024-10-05 09:38:53 -0400
committerAAGaming <aagaming@riseup.net>2024-10-11 15:05:16 -0400
commit7e1406c0bf0302dbaa4f52a10b2acc8abb454493 (patch)
tree50511139550d2dd76d81690a755de23adc833a3b
parent7b32df09487383897927356547f1ba5a73e8cc94 (diff)
downloaddecky-loader-aa/desktop-routerhook.tar.gz
decky-loader-aa/desktop-routerhook.zip
add killall to flakeaa/desktop-routerhook
Co-authored-by: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com>
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
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` "$@" '')