nix-helpers: a9272e8589f2cb91ec05bd0851de95a27faa24dd

     1: { runCommand, stringAsList }:
     2: 
     3: runCommand "stringAsList-test" { x = stringAsList (x: x) "hi"; } ''
     4:   echo pass > "$out"
     5: ''

Generated by git2html.