ci: had forgotten nix commands were "experimental"
This commit is contained in:
parent
09ccf41717
commit
3dca6add56
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ linter:
|
||||||
<<: *builder
|
<<: *builder
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- nix fmt
|
- nix --extra-experimental-features 'nix-command' fmt
|
||||||
|
|
||||||
# dns always has to be deployed first
|
# dns always has to be deployed first
|
||||||
deploy_dns:
|
deploy_dns:
|
||||||
|
|
Loading…
Reference in a new issue