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
|
||||
script:
|
||||
- attic watch-store skynet-cache &
|
||||
- nix build --verbose
|
||||
- nix --extra-experimental-features "nix-command flakes" build --verbose
|
||||
rules:
|
||||
- if: $CI_COMMIT_TAG
|
||||
when: never
|
||||
|
|
|
@ -37,4 +37,4 @@ chrono = "0.4.26"
|
|||
lettre = "0.10.4"
|
||||
maud = "0.25.0"
|
||||
|
||||
serde = "1.0.188"
|
||||
serde = "1.0.188"
|
||||
|
|
Loading…
Reference in a new issue