Skip to content

Split lib and bin into crates and minor refactoring #12

Split lib and bin into crates and minor refactoring

Split lib and bin into crates and minor refactoring #12

Workflow file for this run

name: Nix
on:
pull_request:
push:
paths:
- 'flake.lock'
- 'flake.nix'
jobs:
check_flake:
name: Check Flake
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- run: nix flake check