mirror of
https://github.com/hyprwm/hyprpaper.git
synced 2024-11-16 22:25:59 +01:00
CI: update nix install action
This commit is contained in:
parent
8bfb7e9b1e
commit
b4fdc0be52
1 changed files with 3 additions and 2 deletions
5
.github/workflows/nix-build.yaml
vendored
5
.github/workflows/nix-build.yaml
vendored
|
@ -11,15 +11,16 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Install nix
|
- name: Install nix
|
||||||
uses: cachix/install-nix-action@v18
|
uses: cachix/install-nix-action@v20
|
||||||
with:
|
with:
|
||||||
install_url: https://nixos.org/nix/install
|
install_url: https://nixos.org/nix/install
|
||||||
extra_nix_config: |
|
extra_nix_config: |
|
||||||
auto-optimise-store = true
|
auto-optimise-store = true
|
||||||
|
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
- uses: cachix/cachix-action@v12
|
- uses: cachix/cachix-action@v12
|
||||||
with:
|
with:
|
||||||
name: hyprland
|
name: hyprland
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
- name: Build Hyprpaper with default settings
|
- name: Build Hyprpaper with default settings
|
||||||
run: nix build --print-build-logs
|
run: nix build --print-build-logs --accept-flake-config
|
||||||
|
|
Loading…
Reference in a new issue