diff options
| author | seth <[email protected]> | 2024-10-24 18:32:13 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-10-24 22:32:13 +0000 |
| commit | f9516c05c5b222d98ae90738358f4271d4e88585 (patch) | |
| tree | 1bb8d58ec62ab97f67d09d846f84a73236a0b090 /.github | |
| parent | 95a40f4536ece4ad4512ad19ff9c1c8ac11ffe28 (diff) | |
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
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yaml | 13 |
1 files changed, 9 insertions, 4 deletions
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 |
