Skip to content

Commit

Permalink
cachix
Browse files Browse the repository at this point in the history
  • Loading branch information
esselius committed Jul 8, 2024
1 parent b6da986 commit 06d611c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/darwin-rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,17 @@ jobs:
- uses: actions/checkout@v4

- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main

- uses: cachix/cachix-action@v15
with:
name: esselius
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
extraPullNames: nix-community

- uses: DeterminateSystems/flake-checker-action@main

- name: Build Fox darwin config
- name: Check Fox darwin config
run: nix run nix-darwin -- check --flake .#Fox

- name: Check Petere-MBP darwin config
run: nix run nix-darwin -- check --flake .#Petere-MBP
8 changes: 7 additions & 1 deletion .github/workflows/nixos-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ jobs:
- uses: actions/checkout@v4

- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main

- uses: cachix/cachix-action@v15
with:
name: esselius
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
extraPullNames: nix-community

- uses: DeterminateSystems/flake-checker-action@main

- name: Monitoring Auth
Expand Down

0 comments on commit 06d611c

Please sign in to comment.