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 5610ba0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: "Build legacy Nix package on Ubuntu"

on:
push:
branches: [main]
Expand All @@ -12,9 +10,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 5610ba0

Please sign in to comment.