nix-helpers: 2694d83fa3cf2d57555639322b02203af13a7200

     1: { lib, runCommand }:
     2: 
     3: with lib;
     4: f: s:
     5: concatStringsSep "" (f (stringToCharacters s))

Generated by git2html.