add CI
All checks were successful
nix docker build stable / amd64 (pull_request) Successful in 53s

This commit is contained in:
Aaron Honeycutt 2026-01-23 15:48:10 -07:00
parent 8521527836
commit b9736f2c9a

View file

@ -0,0 +1,30 @@
name: nix docker build stable
on:
push:
branches: [main]
pull_request:
types: [opened, reopened, synchronize]
jobs:
amd64:
runs-on: [ nix-flakes, 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: Checkout
uses: actions/checkout@v5
- name: Build
run: |
cd stable-with-flakes
nix build .#nixos-stable