From d869e03fc031e3cc68d520f2c7bd96f9156524d5 Mon Sep 17 00:00:00 2001 From: Erin van der Veen Date: Mon, 25 Mar 2024 13:39:49 +0100 Subject: [PATCH] chore: build all in ci --- .github/workflows/build_nix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_nix.yml b/.github/workflows/build_nix.yml index be2d5f9..2ce7486 100644 --- a/.github/workflows/build_nix.yml +++ b/.github/workflows/build_nix.yml @@ -10,4 +10,4 @@ jobs: - uses: actions/checkout@v2 - uses: cachix/install-nix-action@v12 - name: Building package - run: nix build . --extra-experimental-features 'nix-command flakes' + run: nix build .#all --extra-experimental-features 'nix-command flakes'