nix-helpers: db2239c93b4c792d7702a1b0d46f08cb65583f31

     1: { lib }:
     2: 
     3: with builtins;
     4: with lib;
     5: f: z: attrs:
     6: fold (name: f name (getAttr name attrs)) z (attrNames attrs)

Generated by git2html.