nix-helpers: 6379d8d509cf1fa39e2dfb085af7a8b28039cafb

     1: { callPackage, nothing }:
     2: 
     3: with builtins;
     4: x:
     5: isFunction x || (isAttrs x && x ? __functor)

Generated by git2html.