From f15f3e7728d3dc69beb4cc0ee3ff2f3c8a222258 Mon Sep 17 00:00:00 2001 From: Jeremy Stucki Date: Thu, 19 Mar 2026 15:48:03 +0100 Subject: [PATCH] Add nix build CI workflow Co-Authored-By: Claude Opus 4.6 --- .github/workflows/build.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..3f35776 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,11 @@ +name: Build +on: push + +jobs: + build: + runs-on: macos-latest + steps: + - uses: actions/checkout@v4 + - uses: DeterminateSystems/nix-installer-action@main + - uses: DeterminateSystems/magic-nix-cache-action@main + - run: nix build