From 3dca6add565b08c0090e41a7e613686e390e0da9 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sat, 30 Sep 2023 22:44:27 +0000 Subject: [PATCH] ci: had forgotten nix commands were "experimental" --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e44422e..605d637 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -85,7 +85,7 @@ linter: <<: *builder stage: test script: - - nix fmt + - nix --extra-experimental-features 'nix-command' fmt # dns always has to be deployed first deploy_dns: