CI/Nix: git+https -> github

This commit is contained in:
Mihai Fufezan 2024-09-28 21:53:08 +03:00
parent 6f313de952
commit d73c14751a
No known key found for this signature in database

View File

@ -25,4 +25,4 @@ jobs:
name: hyprland
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- run: nix build 'git+https://github.com/hyprwm/Hyprland?ref=${{ github.ref }}#${{ matrix.package }}' -L --extra-substituters "https://hyprland.cachix.org"
- run: nix build 'github:hyprwm/Hyprland?ref=${{ github.ref }}#${{ matrix.package }}' -L --extra-substituters "https://hyprland.cachix.org"