yt_block upgrades
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
python_script = pkgs.writeText "main-py" (builtins.readFile ./main.py);
|
||||
in pkgs.writeShellApplication {
|
||||
name = "yt_block";
|
||||
runtimeInputs = with pkgs; [ iptables bash gnugrep ps util-linux ];
|
||||
text = ''
|
||||
${python}/bin/python ${python_script} "$@"
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user