From 7a80f94a3aa69072e25b92098a746778707cb7d6 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Fri, 27 Mar 2020 10:28:44 +1100 Subject: pipe now part of nixpkgs --- default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/default.nix b/default.nix index ad8cecc..a8551d6 100644 --- a/default.nix +++ b/default.nix @@ -58,7 +58,6 @@ let exec = f: x: y: qsub (builtins.intersectAttrs qsubDefs x) (super.exec f (builtins.removeAttrs x (builtins.attrNames qsubDefs)) y); }); def = f: defs: attrs: f (defs // attrs); - pipe = let g = fs: with builtins; let h = head fs; t = tail fs; in if t != [] then x: (g t (h x)) else h; in g; linkOutputs = x: with lib; nixpkgs.stdenvNoCC.mkDerivation { name = "link-outputs"; -- cgit v1.2.3