#!/bin/sh set -e cd "$CI_PROJECT_DIR" echo "Activating flake's CI shell..." nix --extra-experimental-features "flakes nix-command" develop .#ci --impure --command "bash" >/dev/null