Skip to content

Commit

Permalink
CI/Nix: use hyprland cachix (#5701)
Browse files Browse the repository at this point in the history
  • Loading branch information
fred21O4 committed Apr 22, 2024
1 parent 855a516 commit da839f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
name: hyprland
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'

- run: nix build .#${{ matrix.package }} -L
- run: nix build .#${{ matrix.package }} --extra-substituters "https://hyprland.cachix.org" -L

0 comments on commit da839f2

Please sign in to comment.