From b591e37cfd01e5fd4d9aa4967ac18d04effbc55a Mon Sep 17 00:00:00 2001 From: Ethan Girouard Date: Tue, 17 Dec 2024 20:44:30 -0500 Subject: [PATCH] Build default --- .gitea/workflows/push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/push.yaml b/.gitea/workflows/push.yaml index 33cd6e8..fdb338d 100644 --- a/.gitea/workflows/push.yaml +++ b/.gitea/workflows/push.yaml @@ -84,4 +84,4 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Build project with Nix - run: nix build --experimental-features 'nix-command flakes' + run: nix build --experimental-features 'nix-command flakes' .#default