ci: need to have the experimental flag to do a build using flakes
This commit is contained in:
parent
9654963198
commit
7c2d392e35
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ build:
|
||||||
- *scripts_cache
|
- *scripts_cache
|
||||||
script:
|
script:
|
||||||
- attic watch-store skynet-cache &
|
- attic watch-store skynet-cache &
|
||||||
- nix build --verbose
|
- nix --extra-experimental-features "nix-command flakes" build --verbose
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_TAG
|
- if: $CI_COMMIT_TAG
|
||||||
when: never
|
when: never
|
||||||
|
|
Loading…
Reference in a new issue