fix fuckport on linux

This commit is contained in:
Sridhar Ratnakumar 2024-10-28 18:24:03 -04:00
parent 738002517b
commit b1e7aa5e74
No known key found for this signature in database

View file

@ -1,8 +1,8 @@
{ writeShellApplication, jc, jq, ... }:
{ writeShellApplication, jc, jq, lsof, ... }:
writeShellApplication {
name = "fuckport";
runtimeInputs = [ jc jq ];
runtimeInputs = [ jc jq lsof ];
meta.description = ''
Kill the process with the port open