Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit adds a new `nix` workflow that: 1. Installs Nix 2. Sets up caching of the Nix store 3. Runs `nix flake check --all-systems` 4. Runs `nix build` for the two output packages This will ensure that the Flake continues to evaluate and that all of its outputs build. It doesn't exercise the whole dev environment but should catch simple errors and bitrot.
- Loading branch information