README: add note about cachix

Fixes #23
This commit is contained in:
WilliButz 2024-08-22 23:27:05 +02:00
parent 5ca95f49ec
commit 39cf62b921
No known key found for this signature in database
GPG key ID: AB05DF703EB9DC70

View file

@ -110,7 +110,7 @@ Add authentik-nix to your flake, import the module and configure it. Relevant se
}
```
## Without flakes
### Without flakes
All packages, modules and tests are available via flake-compat and may be used without flakes.
This requires some extra work, but this example NixOS configuration may help you to get started:
@ -168,6 +168,13 @@ nix build .#checks.x86_64-linux.default --print-build-logs
nix build .#checks.aarch64-linux.default --print-build-logs
```
## Binary Cache
This project makes use of nix-community's [CI infrastructure](https://nix-community.org/continuous-integration/).
The build artifacts from successful CI runs should be available from the corresponding Cachix instance:
https://app.cachix.org/cache/nix-community
## License
This project is released under the terms of the MIT License. See [LICENSE](./LICENSE).
Consult [the upstream project](https://github.com/goauthentik/authentik) for information about authentik licensing.