Unverified Commit 7d2e5370 authored by Cole Helbling's avatar Cole Helbling
Browse files

ci/eval: check that flake outputs on all systems still evaluate

parent 082e8798
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -47,6 +47,9 @@ jobs:
        with:
          extra_nix_config: sandbox = true

      - name: Ensure flake outputs on all systems still evaluate
        run: nix --experimental-features 'nix-command flakes' flake check --all-systems --no-build

      - name: Evaluate the list of all attributes and get the systems matrix
        id: systems
        run: |