mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 10:45:59 +01:00
CI/nix: update nix-install-action
This commit is contained in:
parent
0e252d2c77
commit
7cbbf9a850
2 changed files with 2 additions and 2 deletions
2
.github/workflows/nix-build.yaml
vendored
2
.github/workflows/nix-build.yaml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
with:
|
||||
submodules: recursive
|
||||
- name: Install nix
|
||||
uses: cachix/install-nix-action@v18
|
||||
uses: cachix/install-nix-action@v19
|
||||
with:
|
||||
install_url: https://nixos.org/nix/install
|
||||
extra_nix_config: |
|
||||
|
|
2
.github/workflows/nix-update.yaml
vendored
2
.github/workflows/nix-update.yaml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
|||
- name: Clone repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Install nix
|
||||
uses: cachix/install-nix-action@v18
|
||||
uses: cachix/install-nix-action@v19
|
||||
with:
|
||||
install_url: https://nixos.org/nix/install
|
||||
extra_nix_config: |
|
||||
|
|
Loading…
Reference in a new issue