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