Nix: push to Cachix

This commit is contained in:
Mihai Fufezan 2023-01-03 16:52:33 +02:00
parent 422b36c125
commit 7e21c0a087
No known key found for this signature in database
GPG Key ID: 5899325F2F120900
1 changed files with 4 additions and 0 deletions

View File

@ -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