ci: need to have the experimental flag to do a build using flakes

This commit is contained in:
silver 2024-06-03 21:10:28 +01:00
parent 9654963198
commit 7c2d392e35
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -37,4 +37,4 @@ chrono = "0.4.26"
lettre = "0.10.4" lettre = "0.10.4"
maud = "0.25.0" maud = "0.25.0"
serde = "1.0.188" serde = "1.0.188"