mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-26 08:45:58 +01:00
CI/Nix: use hyprland cachix (#5701)
This commit is contained in:
parent
855a516596
commit
da839f20f1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nix-build.yml
vendored
2
.github/workflows/nix-build.yml
vendored
|
@ -26,4 +26,4 @@ jobs:
|
||||||
name: hyprland
|
name: hyprland
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
|
|
||||||
- run: nix build .#${{ matrix.package }} -L
|
- run: nix build .#${{ matrix.package }} --extra-substituters "https://hyprland.cachix.org" -L
|
||||||
|
|
Loading…
Reference in a new issue