nix-helpers: 696da80b99241f2a7305eecbf16b2184993e3195

     1: { callPackage, isCallable, nothing }:
     2: 
     3: assert isCallable (callPackage ({ }: (x: abort "shouldn't force")) { });
     4: nothing

Generated by git2html.