mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 02:00:13 +01:00
feat: accept flake config like subsituters
This commit is contained in:
parent
2495a1d30a
commit
7e3ca27604
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"
|
||||
nix --extra-experimental-features "flakes nix-command" develop .#ci --impure --command "bash" --accept-flake-config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue