From 24ea3c1e64d3fa1da54582e632e13a6ba64114ce Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Fri, 8 Nov 2024 00:19:35 +0100 Subject: [PATCH] ci: enable flake-check --- .github/workflows/nix.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 6eb5756..abd290a 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -1,5 +1,5 @@ --- - +# yamllint disable-line rule:truthy on: pull_request: push: @@ -19,10 +19,5 @@ jobs: with: ignore-missing-flake-lock: false fail-mode: true - # disabled, because of: - # https://github.com/MatthewCroughan/nixinate/issues/12 - # https://github.com/NixOS/nix/issues/6381 - # - name: Check Nix flake - # run: nix flake check - # - name: Build Nix packages - # run: nix build + - name: Check Nix flake + run: nix flake check --all-systems