nix-helpers: 56c4380bff5f3be72e2f3842c48d45c245c4a173

     1: { callPackage, hello, isCallable, lib }:
     2: 
     3: x:
     4: !(lib.isDerivation x) && !(isCallable x) && builtins.isAttrs x

Generated by git2html.