set -e for d in ./*/ ; do echo "== updating $d == " pushd "$d" nix flake update popd done