Skip to content

Commit

Permalink
ci: use haqq-network/nix-action
Browse files Browse the repository at this point in the history
  • Loading branch information
onsails committed Nov 17, 2023
1 parent 4ec0cef commit 7a5a92e
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,10 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: 'true'
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: cachix/cachix-action@v12
- uses: haqq-network/nix-action@master
with:
name: devenv
cachixArgs: -j 8 --accept-flake-config
- uses: cachix/cachix-action@v12
with:
name: haqq
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
extraPullNames: devenv
- name: Install devenv.sh
run: nix profile install tarball+https://install.devenv.sh/latest --accept-flake-config
- name: Run restore cache
Expand Down

0 comments on commit 7a5a92e

Please sign in to comment.