From 042c84c5ccbd0b842f4026835894220079d16b31 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sat, 30 Sep 2023 22:46:40 +0000 Subject: [PATCH] ci: same as previous --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 605d637..74bfb63 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -85,7 +85,7 @@ linter: <<: *builder stage: test script: - - nix --extra-experimental-features 'nix-command' fmt + - nix --extra-experimental-features 'nix-command flakes' fmt # dns always has to be deployed first deploy_dns: