From 5e805d85e864fd7d71f13523bd321a47c2b15bed Mon Sep 17 00:00:00 2001 From: Emily Date: Wed, 19 Feb 2025 22:00:34 +0000 Subject: [PATCH] =?UTF-8?q?ci:=20re=E2=80=90enable=20flake=20checker=20fai?= =?UTF-8?q?l=20mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Looks like this should be fine now that Nixpkgs has been updated and the static build isn’t used any more. --- .github/workflows/check-and-test.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-and-test.yaml b/.github/workflows/check-and-test.yaml index 0951dc5..0a07579 100644 --- a/.github/workflows/check-and-test.yaml +++ b/.github/workflows/check-and-test.yaml @@ -21,10 +21,8 @@ jobs: - name: Check health of flake.lock uses: DeterminateSystems/flake-checker-action@main - # TODO: re-enable fail mode when we find a way to bump Nixpkgs to 24.05 - # without breaking the static Rust build - #with: - # fail-mode: true + with: + fail-mode: true - name: Check Rust formatting run: nix develop --command cargo fmt --check