Print the app being run

This commit is contained in:
Rodrigo Arias 2020-07-29 18:36:35 +02:00
parent 272511f058
commit 5df174f24e

View File

@ -31,6 +31,7 @@ stdenv.mkDerivation {
#!/bin/bash
for app in $out/apps/*; do
echo "running \$app"
\$app/bin/run
done
EOF