From e63d3a4635f909669e2a6c2d4340ff304b8f0e27 Mon Sep 17 00:00:00 2001 From: Mirza Arnaut Date: Sat, 14 Dec 2024 02:30:51 +0100 Subject: [PATCH] Try flake checker again --- .github/workflows/check.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index ebad1b1..a8b69a9 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -26,7 +26,13 @@ jobs: logger: pretty - name: Cache uses: DeterminateSystems/magic-nix-cache-action@main - # - name: Check Nix flake inputs - # uses: DeterminateSystems/flake-checker-action@v4 + - name: Check Nix flake inputs + uses: DeterminateSystems/flake-checker-action@v4 - name: Check Flake - run: NIXPKGS_ALLOW_INSECURE=1 nix flake check --accept-flake-config --impure + run: | + NIXPKGS_ALLOW_INSECURE=1 + nix flake check + --no-build + --impure + # --show-trace + # run: NIXPKGS_ALLOW_INSECURE=1 nix flake check --no-build --accept-flake-config --impure