Skip to content

Commit

Permalink
ci: add cachix-jupiter & cachix-victus
Browse files Browse the repository at this point in the history
  • Loading branch information
pongo1231 committed Aug 13, 2024
1 parent 919344a commit d1d1c14
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/cachix-jupiter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "Cachix-Jupiter"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
- uses: cachix/cachix-action@v14
with:
name: pongo1231
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- run: nix build .#nixosConfigurations.pongo-jupiter.config.system.build.toplevel
15 changes: 15 additions & 0 deletions .github/workflows/cachix-victus.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "Cachix-Victus"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
- uses: cachix/cachix-action@v14
with:
name: pongo1231
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- run: nix build .#nixosConfigurations.pongo-victus.config.system.build.toplevel

0 comments on commit d1d1c14

Please sign in to comment.