parent
5ca95f49ec
commit
39cf62b921
1 changed files with 8 additions and 1 deletions
|
|
@ -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.
|
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:
|
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
|
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
|
## License
|
||||||
This project is released under the terms of the MIT License. See [LICENSE](./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.
|
Consult [the upstream project](https://github.com/goauthentik/authentik) for information about authentik licensing.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue