summary refs log tree commit diff
path: root/pkgs/top-level/all-packages.nix
diff options
context:
space:
mode:
authorCharles Strahan <charles.c.strahan@gmail.com>2015-08-10 15:01:34 -0400
committerCharles Strahan <charles.c.strahan@gmail.com>2015-08-10 15:01:34 -0400
commit8b91812de6c61ab79eef8c33f2900969ccfb5a63 (patch)
tree5b7b000a31ac78645ecc5419e37c26e0b9f5afbb /pkgs/top-level/all-packages.nix
parent4af085c4d2152fb4469ffed5b12ff5f9a9aea296 (diff)
downloadnixpkgs-8b91812de6c61ab79eef8c33f2900969ccfb5a63.tar
nixpkgs-8b91812de6c61ab79eef8c33f2900969ccfb5a63.tar.gz
nixpkgs-8b91812de6c61ab79eef8c33f2900969ccfb5a63.tar.bz2
nixpkgs-8b91812de6c61ab79eef8c33f2900969ccfb5a63.tar.lz
nixpkgs-8b91812de6c61ab79eef8c33f2900969ccfb5a63.tar.xz
nixpkgs-8b91812de6c61ab79eef8c33f2900969ccfb5a63.tar.zst
nixpkgs-8b91812de6c61ab79eef8c33f2900969ccfb5a63.zip
pipework: init at 2015-07-30
Pipework lets you connect together containers in arbitrarily complex
scenarios. Pipework uses cgroups and namespace and works with "plain"
LXC containers (created with lxc-start), and with the awesome Docker.
Diffstat (limited to 'pkgs/top-level/all-packages.nix')
-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 913949edea2..f3e5d961dbd 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -10064,6 +10064,8 @@ let
 
   perf-tools = callPackage ../os-specific/linux/perf-tools { };
 
+  pipework = callPackage ../os-specific/linux/pipework { };
+
   plymouth = callPackage ../os-specific/linux/plymouth { };
 
   pmount = callPackage ../os-specific/linux/pmount { };