Update README.md

This commit is contained in:
Marcel 2025-05-01 19:22:01 +02:00 committed by GitHub
parent 73af54b0d6
commit ca24576392
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ A Nix flake providing a package, NixOS module and basic VM test for [authentik](
## NixOS compatibilty
This project only supports NixOS unstable. A workaround should be to *not* overwrite the nixpkgs input.
This project supports the flake inputs with the revisions specified in the committed `flake.lock` of this repository. Custom overrides of the flake inputs, such as overriding the `nixpkgs` input with `follows`, are not supported per se, as they may easily lead to build or evaluation errors.
## Important Note
Please note that this project is not directly affiliated with the official [authentik](https://github.com/goauthentik/authentik) project. Most importantly this means that there is no official support for this packaging and deployment approach. Therefore, please refrain from opening issues for the official project when running into problems with this flake. Feel free to open issues here. If in doubt, please open an issue here first so we can make sure that it's not directly related to this packaging/deployment approach before escalating to the official project.