Merge bscpkgs into jungle #189

Manually merged
rarias merged 1013 commits from merge-bscpkgs into master 2025-10-07 16:12:34 +02:00
Showing only changes of commit 5df174f24e - Show all commits

View File

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