mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 02:00:13 +01:00
fix: move --accept-flake-config more to the left
This commit is contained in:
parent
7e3ca27604
commit
bd8fe38c46
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue