From 14219d1b656e612f861521302547336937f49e61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=E2=80=9CNiols=E2=80=9D=20Jeannerod?= Date: Mon, 30 Sep 2024 10:26:39 +0200 Subject: [PATCH] Enable experimental features by flag for now --- .forgejo/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 4f65d3e..7dcaebe 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -3,7 +3,7 @@ jobs: test: runs-on: native steps: - - run: git --version - uses: actions/checkout@v4 + - run: | - nix build --extra-experimental-features nix-command .#checks.x86_64-linux.pixelfed-garage -L + nix build --extra-experimental-features 'nix-command flakes' .#checks.x86_64-linux.pixelfed-garage -L