Skip to content

Commit

Permalink
fix fuckport on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Oct 28, 2024
1 parent 7380025 commit b1e7aa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/fuckport.nix
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b1e7aa5

Please sign in to comment.