Skip to content

not needed

not needed #33

Workflow file for this run

name: "CI"
on:
push:
branches:
- '*'
pull_request:
jobs:
nix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: nixbuild/nix-quick-install-action@v22
with:
nix_conf: |
experimental-features = nix-command flakes
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: Build
run: |
nix build