From ac06ee0ecc63a86c0710a8adf9981d33aed22726 Mon Sep 17 00:00:00 2001 From: Marcel <34819524+MarcelCoding@users.noreply.github.com> Date: Thu, 1 May 2025 18:40:48 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6d12bb9..8415810 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ A Nix flake providing a package, NixOS module and basic VM test for [authentik](https://github.com/goauthentik/authentik) +## NixOS compatibilty + +This project only supports NixOS unstable. + ## 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. From 73af54b0d6c0fd9653fe9100928936068302fbbd Mon Sep 17 00:00:00 2001 From: Marcel <34819524+MarcelCoding@users.noreply.github.com> Date: Thu, 1 May 2025 19:00:34 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8415810..79193ff 100644 --- a/README.md +++ b/README.md @@ -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. +This project only supports NixOS unstable. A workaround should be to *not* overwrite the nixpkgs input. ## 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. From ca24576392badb4fac720d053bea91f97dd24b09 Mon Sep 17 00:00:00 2001 From: Marcel <34819524+MarcelCoding@users.noreply.github.com> Date: Thu, 1 May 2025 19:22:01 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79193ff..f6a399b 100644 --- a/README.md +++ b/README.md @@ -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.