yt-block fixes

This commit is contained in:
Sebastian Moser
2024-08-15 13:02:57 +02:00
parent a8df39483b
commit 84c973d392
5 changed files with 12 additions and 7 deletions

View File

@@ -7,6 +7,7 @@ in pkgs.writeShellApplication {
name = "yt_block";
runtimeInputs = with pkgs; [ iptables bash gnugrep ps util-linux ];
text = ''
export PYTHON=${python}/bin/python
${python}/bin/python ${python_script} "$@"
'';
}