From 53b97e4e2a29a21dbbf4c7eec1fab660b4125d46 Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Sat, 20 Apr 2024 17:10:45 +0300 Subject: [PATCH] CI/Nix: include submodules --- .github/workflows/nix-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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