mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 10:25:59 +01:00
Nix: add cachix (#448)
This commit is contained in:
parent
9be239dac6
commit
d9687c93ee
1 changed files with 6 additions and 2 deletions
8
.github/workflows/nix-build.yaml
vendored
8
.github/workflows/nix-build.yaml
vendored
|
@ -13,9 +13,13 @@ jobs:
|
||||||
- name: Install nix
|
- name: Install nix
|
||||||
uses: cachix/install-nix-action@v17
|
uses: cachix/install-nix-action@v17
|
||||||
with:
|
with:
|
||||||
install_url: https://releases.nixos.org/nix/nix-2.8.0/install
|
install_url: https://releases.nixos.org/nix/nix-2.10.3/install
|
||||||
extra_nix_config: |
|
extra_nix_config: |
|
||||||
auto-optimise-store = true
|
auto-optimise-store = true
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
- name: Build HyprLand with default settings
|
- uses: cachix/cachix-action@v10
|
||||||
|
with:
|
||||||
|
name: hyprland
|
||||||
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
|
- name: Build Hyprland with default settings
|
||||||
run: nix build --print-build-logs
|
run: nix build --print-build-logs
|
||||||
|
|
Loading…
Reference in a new issue