Skip to content

Commit

Permalink
.github: use magix-nix-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
nikstur committed Jan 17, 2024
1 parent 39c1f28 commit c06762b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Build legacy Nix package on Ubuntu"
name: "Run nix flake check"

on:
push:
Expand All @@ -12,9 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v24
- uses: cachix/cachix-action@v13
- uses: DeterminateSystems/magic-nix-cache-action@v2
with:
name: bombon
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build
diagnostic-endpoint: ""
- run: nix flake check

0 comments on commit c06762b

Please sign in to comment.