mirror of
https://github.com/hyprwm/hyprpicker.git
synced 2024-11-17 00:25:57 +01:00
CI: update actions
This commit is contained in:
parent
7e21c0a087
commit
6dc7f3321e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/nix-build.yaml
vendored
4
.github/workflows/nix-build.yaml
vendored
|
@ -11,9 +11,9 @@ 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
|
||||
|
|
Loading…
Reference in a new issue