From 12f1b019bad79bc4c103d5c543dfe3494a64efd5 Mon Sep 17 00:00:00 2001 From: ahoneybun Date: Mon, 15 Dec 2025 07:17:58 -0700 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 9861cbb..32e51ce 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -18,8 +18,17 @@ jobs: curl -fsSL https://deb.nodesource.com/setup_20.x | bash - apt install -y nodejs - - name: Install Determitate Nix + - name: Install Determinate Nix uses: https://github.com/DeterminateSystems/nix-installer-action@main + - name: Confirm Determinate Nix + run: determinate-nixd version + + nix-arm64: + runs-on : [nix, arm64-builder] + steps: + - name: System Info + run: uname -m + - name: Confirm Nix - run: determinate-nixd version \ No newline at end of file + run: nix --version \ No newline at end of file