diff options
| author | AAGaming <aagaming@riseup.net> | 2024-10-05 09:38:53 -0400 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2024-10-11 15:05:16 -0400 |
| commit | 7e1406c0bf0302dbaa4f52a10b2acc8abb454493 (patch) | |
| tree | 50511139550d2dd76d81690a755de23adc833a3b | |
| parent | 7b32df09487383897927356547f1ba5a73e8cc94 (diff) | |
| download | decky-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.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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` "$@" '') |
