mirror of
https://github.com/hyprwm/hyprpicker.git
synced 2024-11-17 00:25:57 +01:00
Nix: push to Cachix
This commit is contained in:
parent
422b36c125
commit
7e21c0a087
1 changed files with 4 additions and 0 deletions
4
.github/workflows/nix-build.yaml
vendored
4
.github/workflows/nix-build.yaml
vendored
|
@ -17,5 +17,9 @@ jobs:
|
||||||
extra_nix_config: |
|
extra_nix_config: |
|
||||||
auto-optimise-store = true
|
auto-optimise-store = true
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
|
- uses: cachix/cachix-action@v12
|
||||||
|
with:
|
||||||
|
name: hyprland
|
||||||
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
- name: Build Hyprpicker with default settings
|
- name: Build Hyprpicker with default settings
|
||||||
run: nix build --print-build-logs
|
run: nix build --print-build-logs
|
||||||
|
|
Loading…
Reference in a new issue