nix-helpers: f64885000d69a750c1c7189ecd4b4a0fa6adc20e

     1: { runCommand, unlines }:
     2: 
     3: runCommand "test-unlines" { x = unlines [ "foo" "bar" ]; } ''
     4:   echo pass > "$out"
     5: ''

Generated by git2html.