1{ runCommand, hello }: 2 3runCommand "hello-test-run" 4 { 5 nativeBuildInputs = [ hello ]; 6 } 7 '' 8 diff -U3 --color=auto <(hello) <(echo 'Hello, world!') 9 touch $out 10 ''