Skip to content

Commit

Permalink
Merge pull request #63 from nikstur/improve-ci
Browse files Browse the repository at this point in the history
.github: use magic-nix-cache
  • Loading branch information
nikstur committed Jan 17, 2024
2 parents 03be5c5 + c06762b commit 2b265b3
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 2b265b3

Please sign in to comment.