Create main.yml

This commit is contained in:
Tyler 2025-03-19 19:49:15 -04:00 committed by GitHub
parent 379e4ef38a
commit 019d41e73b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

18
.github/workflows/main.yml vendored Normal file
View file

@ -0,0 +1,18 @@
on:
push:
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v16
- run: |
cd dot_config/flake
nix build