nix-gitlab-ci/entrypoint.sh

7 lines
183 B
Bash

#!/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