Skip to content

Commit

Permalink
Push packages to cachix
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Jan 11, 2025
1 parent 01d6e41 commit 7375855
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v8
- name: Install Nix
uses: cachix/install-nix-action@v27
uses: DeterminateSystems/nix-installer-action@v16
- name: Check flake.lock
uses: DeterminateSystems/flake-checker-action@v9
- name: Setup Cachix
uses: cachix/cachix-action@v15
with:
name: devenv
name: sestrella
extraPullNames: devenv
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- name: Build configuration
run: nix run home-manager/release-24.11 -- build --flake ${{ github.workspace }}
timeout-minutes: 10

0 comments on commit 7375855

Please sign in to comment.