nix-helpers: bc44d3a8f9bef35b4503139b144a32e1a961367e

     1: { callPackage, composeWithArgs, hello }:
     2: 
     3: callPackage (composeWithArgs (x: x) ({ hello }: hello)) { }

Generated by git2html.