aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2022-07-31 15:19:28 +0300
committerGitHub <[email protected]>2022-07-31 15:19:28 +0300
commitd9687c93ee9fe627bcda3a01b80ecf9faf9ddc65 (patch)
tree4edfc7756d78434c123be82cb745ef851061d75a /.github/workflows
parent9be239dac63138282bac9e0acc4f91bb8e1f610b (diff)
downloadHyprland-d9687c93ee9fe627bcda3a01b80ecf9faf9ddc65.tar.gz
Hyprland-d9687c93ee9fe627bcda3a01b80ecf9faf9ddc65.zip
Nix: add cachix (#448)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/nix-build.yaml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/nix-build.yaml b/.github/workflows/nix-build.yaml
index b0905fee..bf388ed1 100644
--- a/.github/workflows/nix-build.yaml
+++ b/.github/workflows/nix-build.yaml
@@ -13,9 +13,13 @@ jobs:
- name: Install nix
uses: cachix/install-nix-action@v17
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: |
auto-optimise-store = true
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