diff options
author | Mihai Fufezan <[email protected]> | 2024-09-26 23:00:20 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2024-09-27 00:07:52 +0300 |
commit | b2143a98e2719012f8c36211a066f8ebccc950b8 (patch) | |
tree | 8bcba5b7a6a9be1ed416099679b8954abb01aaeb /.github | |
parent | f75f8efb1be227e586cc0ba2ce6153ce56e04314 (diff) | |
download | Hyprland-b2143a98e2719012f8c36211a066f8ebccc950b8.tar.gz Hyprland-b2143a98e2719012f8c36211a066f8ebccc950b8.zip |
CI/Nix: no longer build with submodules
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/nix-build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nix-build.yml b/.github/workflows/nix-build.yml index 6351216f..73adb497 100644 --- a/.github/workflows/nix-build.yml +++ b/.github/workflows/nix-build.yml @@ -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" |