summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-11-05 16:29:24 +0100
committeraszlig <aszlig@nix.build>2018-11-05 16:39:42 +0100
commitb162b400073c5f526686c67306dbd324503160ea (patch)
treea4dd2e67528b84c585e3201881cd851c6fe36b51 /pkgs/top-level
parentcd05d5a112c83b80d8b9432842c97c27a9d03a90 (diff)
downloadnixlib-b162b400073c5f526686c67306dbd324503160ea.tar
nixlib-b162b400073c5f526686c67306dbd324503160ea.tar.gz
nixlib-b162b400073c5f526686c67306dbd324503160ea.tar.bz2
nixlib-b162b400073c5f526686c67306dbd324503160ea.tar.lz
nixlib-b162b400073c5f526686c67306dbd324503160ea.tar.xz
nixlib-b162b400073c5f526686c67306dbd324503160ea.tar.zst
nixlib-b162b400073c5f526686c67306dbd324503160ea.zip
ip2unix: init at 1.0.0
This tool was initially built specifically for nixcloud to prevent a few
annoying programs from binding to IP sockets.

While initially only accepting a JSON file as input, the tool now has a
proper command line interface and it's also generally usable to turn IP
sockets of any program into Unix sockets.

Another thing that might be even useful for NixOS modules is the
possibility to bend programs into using systemd socket activation.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 3cd0cc4887a8..e8aa4618fad2 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -3417,6 +3417,8 @@ with pkgs;
 
   ip2location = callPackage ../tools/networking/ip2location { };
 
+  ip2unix = callPackage ../tools/networking/ip2unix { };
+
   ipad_charge = callPackage ../tools/misc/ipad_charge { };
 
   iperf2 = callPackage ../tools/networking/iperf/2.nix { };