From 185f9fa6a5b8fe004f0142787c853222bf58dc78 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Fri, 24 May 2024 21:23:57 +0200 Subject: [PATCH] Disable nix flake check - https://github.com/NixOS/nix/issues/8621 --- .gitea/workflows/check.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/check.yml b/.gitea/workflows/check.yml index 5fb8e8f..4e62a2f 100644 --- a/.gitea/workflows/check.yml +++ b/.gitea/workflows/check.yml @@ -10,8 +10,11 @@ jobs: shell: bash steps: - name: Install sudo package - run: apt update && apt install sudo + run: apt update && apt install sudo jq - uses: https://github.com/actions/checkout@v4 - uses: https://github.com/cachix/install-nix-action@v27 - - name: Check flake configuration - run: nix flake check \ No newline at end of file + - name: Show flake info + run: nix flake metadata && nix flake show + # Re-enable when https://github.com/NixOS/nix/issues/8621 is resolved + # - name: Check flake configuration + # run: nix flake check \ No newline at end of file