From c21aea43f1de1dd856cb51bd99be1c6e69dc6c29 Mon Sep 17 00:00:00 2001 From: MCP Packages Date: Sat, 7 Feb 2026 00:18:21 +0100 Subject: [PATCH] fix --- .gitea/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 6cd02ea..a23e47e 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -31,6 +31,13 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + - name: Install Nix + uses: https://github.com/cachix/install-nix-action@v26 + with: + extra_nix_config: | + experimental-features = nix-command flakes + accept-flake-config = true + - name: Build all MCP servers run: nix build .#default --print-build-logs