aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2024-09-26 23:00:20 +0300
committerMihai Fufezan <[email protected]>2024-09-27 00:07:52 +0300
commitb2143a98e2719012f8c36211a066f8ebccc950b8 (patch)
tree8bcba5b7a6a9be1ed416099679b8954abb01aaeb /.github
parentf75f8efb1be227e586cc0ba2ce6153ce56e04314 (diff)
downloadHyprland-b2143a98e2719012f8c36211a066f8ebccc950b8.tar.gz
Hyprland-b2143a98e2719012f8c36211a066f8ebccc950b8.zip
CI/Nix: no longer build with submodules
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/nix-build.yml2
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"