nix-helpers: 4889c357e22ea09d053cab929656e647ebe2a38c

     1: { runCommand, tryElse }:
     2: 
     3: runCommand "test-tryElse" { x = tryElse <nope> "fallback"; } ''
     4:   echo pass > "$out"
     5: ''

Generated by git2html.