1if [ -z $DEV_SHELL_NAME ]; then 2 use flake 3else 4 # running in CI 5 use flake ".#${DEV_SHELL_NAME}" 6fi