Skip to content

Commit

Permalink
github: Add magic nix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
TLATER committed Nov 9, 2023
1 parent cdfbb39 commit c1e13e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: |
nix flake check -L
1 change: 1 addition & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
# Used only for things like nix-prefetch-*, which do not yet
# seem to universally support flakes
nix_path: nixpkgs=channel:nixos-unstable
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: crazy-max/ghaction-import-gpg@v5
with:
gpg_private_key: ${{ secrets.GIT_SIGNING_KEY }}
Expand Down

0 comments on commit c1e13e2

Please sign in to comment.