Currently continuous integration is breaking down for builds. @delicious-lemon is the MLabs cachix key configured correctly for GitHub actions?
Run cachix/cachix-action@v10
Cachix: installing
Cachix: using cache mlabs
/nix/var/nix/profiles/per-user/runner/profile/bin/cachix use mlabs
Binary cache mlabs doesn't exist or it's private. Start by visiting https://app.cachix.org/ and create a personal/cache auth token.
To configure the token:
a) Via environment variable:
$ export CACHIX_AUTH_TOKEN=<token...>
b) Via configuration file:
$ cachix authtoken <token...>::error::Action failed with error: Error: The process '/nix/var/nix/profiles/per-user/runner/profile/bin/cachix' failed with exit code 1
CI on main is now encountering an issue where mismatched versions of hlint and fourmolu locally and on the runner prevent us from auto-formatting and linting in a way the CI will accept. This will be closed by #18
Currently continuous integration is breaking down for builds. @delicious-lemon is the MLabs cachix key configured correctly for GitHub actions?