diff options
author | Mihai Fufezan <[email protected]> | 2022-11-15 12:23:46 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-11-15 10:23:46 +0000 |
commit | e2da4ff257646ba892ba1c0b01f3f28999e22430 (patch) | |
tree | 2669ac61df3613167eb9ffdc13ce6f90e332f778 | |
parent | dbb67327430574fc9c68a03bc6b896478560e95f (diff) | |
download | Hyprland-e2da4ff257646ba892ba1c0b01f3f28999e22430.tar.gz Hyprland-e2da4ff257646ba892ba1c0b01f3f28999e22430.zip |
Nix CI: update actions (#1014)
-rw-r--r-- | .github/workflows/nix-build.yaml | 6 | ||||
-rw-r--r-- | .github/workflows/nix-update.yaml | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/nix-build.yaml b/.github/workflows/nix-build.yaml index 51699280..cfd238d5 100644 --- a/.github/workflows/nix-build.yaml +++ b/.github/workflows/nix-build.yaml @@ -16,13 +16,13 @@ jobs: with: submodules: recursive - name: Install nix - uses: cachix/install-nix-action@v17 + uses: cachix/install-nix-action@v18 with: - install_url: https://releases.nixos.org/nix/nix-2.10.3/install + install_url: https://nixos.org/nix/install extra_nix_config: | auto-optimise-store = true experimental-features = nix-command flakes - - uses: cachix/cachix-action@v10 + - uses: cachix/cachix-action@v12 with: name: hyprland authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' diff --git a/.github/workflows/nix-update.yaml b/.github/workflows/nix-update.yaml index 91a5c686..60d15d70 100644 --- a/.github/workflows/nix-update.yaml +++ b/.github/workflows/nix-update.yaml @@ -9,9 +9,9 @@ jobs: - name: Clone repository uses: actions/checkout@v3 - name: Install nix - uses: cachix/install-nix-action@v17 + uses: cachix/install-nix-action@v18 with: - install_url: https://releases.nixos.org/nix/nix-2.8.0/install + install_url: https://nixos.org/nix/install extra_nix_config: | auto-optimise-store = true experimental-features = nix-command flakes |