Skip to content

Try reorganizing

Try reorganizing #9

Workflow file for this run

name: Nix Build & Test
on:
push:
pull_request:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Install nix
uses: DeterminateSystems/nix-installer-action@main
- name: Setup magic-nix-cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Checkout repo
uses: actions/checkout@v4
with:
submodules: true
- name: nix build
run: |
nix --version
nix build