fix: move --accept-flake-config more to the left

This commit is contained in:
Technofab 2023-06-04 23:13:42 +02:00
parent 7e3ca27604
commit bd8fe38c46
No known key found for this signature in database
GPG key ID: A0AA746B951C8830

View file

@ -4,4 +4,4 @@ set -e
cd "$CI_PROJECT_DIR"
echo "Activating flake's CI shell..."
nix --extra-experimental-features "flakes nix-command" develop .#ci --impure --command "bash" --accept-flake-config
nix --extra-experimental-features "flakes nix-command" develop .#ci --accept-flake-config --impure --command "bash"