From 39cf62b92149800dd2a436f8b18acd471c9180dd Mon Sep 17 00:00:00 2001 From: WilliButz Date: Thu, 22 Aug 2024 23:27:05 +0200 Subject: [PATCH] README: add note about cachix Fixes #23 --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4274ad8..abe874d 100644 --- a/README.md +++ b/README.md @@ -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.