Add .gitea/workflows/determinte-nix.yml
Some checks failed
Test runner / test-arm64 (push) Successful in 1s
Test runner / test-amd64 (push) Successful in 1s
build / build-amd64 (push) Failing after 2s

testing using the DeterminateSystems nix installer
This commit is contained in:
Aaron Honeycutt 2025-12-11 08:40:22 -07:00
parent 00424f7f5f
commit 1857109930

View file

@ -0,0 +1,22 @@
name: build
on:
push:
branches: [ main ]
jobs:
build-amd64:
runs-on: [rust-latest, amd64-builder]
steps:
- name: System Info
run: uname -m
- name: Setup
run: |
apt update -y
apt install -y curl gnupg
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
apt install -y nodejs
- name: Install Determitate Nix
uses: DeterminateSystems/nix-installer-action@main