From f9516c05c5b222d98ae90738358f4271d4e88585 Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 24 Oct 2024 18:32:13 -0400 Subject: hyfetch: init at 1.99.0-unstable-2024-10-23 (#118) * hyfetch: init at 1.99.0-unstable-2024-10-23 * neowofetch: only enable x11 support by default on linux * ci: don't check all systems some packages are broken by deps on lower tier platforms. ci doesn't need to fail over them --- .github/workflows/ci.yaml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e129cf7..461b871 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -51,6 +51,12 @@ jobs: name: getchoo authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} + - name: Evaluate flake + run: | + nix flake check \ + --no-build \ + --show-trace + - name: Run build run: | nix run \ @@ -60,7 +66,7 @@ jobs: --systems '${{ matrix.system }}' \ --option accept-flake-config true \ --option allow-import-from-derivation false \ - --flake '.#packages' + --flake '.#packages.${{ matrix.system }}' check: name: Check flake @@ -77,10 +83,9 @@ jobs: - name: Run check run: | nix flake check \ - --all-systems \ + --accept-flake-config \ --print-build-logs \ - --show-trace \ - --accept-flake-config + --show-trace build-gate: name: Build gate -- cgit v1.2.3