Skip to content

Commit

Permalink
add magic-nix-cache-action
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Nov 11, 2024
1 parent d665eb8 commit d66b278
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cachix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: cachix/cachix-action@v15
with:
name: inclyc
Expand Down Expand Up @@ -47,6 +48,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
- uses: DeterminateSystems/magic-nix-cache-action@main
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v15
Expand Down

0 comments on commit d66b278

Please sign in to comment.