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

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