Compare commits

...

1 commit

Author SHA1 Message Date
Jermeiah S
e37b289d02
added nix flake check action
Some checks failed
/ test (push) Failing after 2s
2025-06-19 16:36:55 -04:00

View file

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