Skip to content

Commit

Permalink
CI: update nix install action
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed May 3, 2023
1 parent 97c5134 commit 7d78a25
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nix-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ jobs:
with:
submodules: recursive
- name: Install nix
uses: cachix/install-nix-action@v18
uses: cachix/install-nix-action@v20
with:
install_url: https://nixos.org/nix/install
extra_nix_config: |
auto-optimise-store = true
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
experimental-features = nix-command flakes
- uses: cachix/cachix-action@v12
with:
name: hyprland
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Build Hyprpicker with default settings
run: nix build --print-build-logs
run: nix build --print-build-logs --accept-flake-config

0 comments on commit 7d78a25

Please sign in to comment.