From d33411c2c28fcbcf24aaa12f1389b7ce16164bb6 Mon Sep 17 00:00:00 2001 From: Jacky Nguyen Date: Tue, 25 Feb 2025 17:56:58 -0500 Subject: [PATCH] Fix build --- .github/workflows/dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev.yaml b/.github/workflows/dev.yaml index aa86c45..a95a5f1 100644 --- a/.github/workflows/dev.yaml +++ b/.github/workflows/dev.yaml @@ -58,7 +58,7 @@ jobs: - name: Build server run: |- - nix build -L '.#packages.${{ matrix.arch.nix }}.server' + nix build -L '.#packages.${{ matrix.arch.nix }}.toothpick' - name: Cache packages run: |