Skip to content

Commit

Permalink
Setup Cachix
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Dec 13, 2023
1 parent a9ca9d0 commit 8913fd8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
uses: DeterminateSystems/flake-checker-action@v5
- name: Install Nix
uses: cachix/install-nix-action@v24
- name: Setup Cachix
uses: cachix/cachix-action@v12
with:
name: devenv
- name: Build configuration
run: nix run home-manager/release-23.11 -- build --flake ${{ github.workspace }}
timeout-minutes: 2
Expand Down

0 comments on commit 8913fd8

Please sign in to comment.