CI/Nix: no longer build with submodules

This commit is contained in:
Mihai Fufezan 2024-09-26 23:00:20 +03:00
parent f75f8efb1b
commit b2143a98e2
1 changed files with 1 additions and 1 deletions

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 }}&submodules=1#${{ matrix.package }}' -L --extra-substituters "https://hyprland.cachix.org"
- run: nix build 'git+https://github.com/hyprwm/Hyprland?ref=${{ github.ref }}#${{ matrix.package }}' -L --extra-substituters "https://hyprland.cachix.org"