authentik: temporarily use a fork

This commit is contained in:
Rouven Seifert 2025-05-08 15:17:09 +02:00
parent e966797c1e
commit 1833aeb84d
Signed by: rouven.seifert
SSH key fingerprint: SHA256:WedRxwyCvqwDG6cd16qf/fizYDK1pvN4p5bawXlnKk0
2 changed files with 99 additions and 94 deletions

View file

@ -17,7 +17,10 @@
notenrechner.url = "git+https://git.ifsr.de/frieder.hannenheim/notenrechner.git";
notenrechner.inputs.nixpkgs.follows = "nixpkgs";
authentik = {
url = "github:nix-community/authentik-nix";
# change to old one when we are at 25.05
# see https://github.com/nix-community/authentik-nix/issues/56 for context
url = "github:MarcelCoding/authentik-nix";
# url = "github:nix-community/authentik-nix";
};