nix-helpers: b376410b3cfc1d14725bba605cd3c9f7c2d6862d

     1: # Merge together a list of attrsets
     2: { die, lib }:
     3: 
     4: with lib;
     5: fold (x: y: x // y) { }

Generated by git2html.