diff --git a/.gitea/workflows/push.yaml b/.gitea/workflows/push.yaml index 0fd4a4e..747bc19 100644 --- a/.gitea/workflows/push.yaml +++ b/.gitea/workflows/push.yaml @@ -73,3 +73,13 @@ jobs: with: name: docs path: target/doc + + nix-build: + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v4 + - name: Set up Nix + uses: cachix/install-nix-action@v27 + - name: Build project with Nix + run: nix build .#default --experimental-features 'nix-command flakes'