aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2024-04-20 17:10:45 +0300
committerMihai Fufezan <[email protected]>2024-04-20 17:29:51 +0300
commit53b97e4e2a29a21dbbf4c7eec1fab660b4125d46 (patch)
tree0215682ea74a20893d6117c40bf7c2dd3a1a4cd4 /.github
parentbe53c86365a992b6d7a1cb096cb4fb69a56ce6dd (diff)
downloadHyprland-53b97e4e2a29a21dbbf4c7eec1fab660b4125d46.tar.gz
Hyprland-53b97e4e2a29a21dbbf4c7eec1fab660b4125d46.zip
CI/Nix: include submodulesnix_subprojects
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/nix-build.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/nix-build.yml b/.github/workflows/nix-build.yml
index bb6d90ad..22161d1d 100644
--- a/.github/workflows/nix-build.yml
+++ b/.github/workflows/nix-build.yml
@@ -18,6 +18,7 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
+ submodules: 'recursive'
- uses: cachix/install-nix-action@v25
- uses: DeterminateSystems/magic-nix-cache-action@main
@@ -26,4 +27,4 @@ jobs:
name: hyprland
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- - run: nix build .#${{ matrix.package }} -L
+ - run: nix build '.?submodules=1#${{ matrix.package }}' -L