added nix flake check action

This commit is contained in:
Jermeiah S 2025-06-19 16:34:59 -04:00
parent 450dfe39e0
commit b47cc8e355
No known key found for this signature in database

View file

@ -0,0 +1,8 @@
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: DeterminateSystems/nix-installer-action@main
# - uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix flake check .