authentik-nix
authentik-nix copied to clipboard
Nix flake with package, NixOS module and basic VM test for authentik. Trying to provide an alternative deployment mode to the officially supported docker-compose approach. Not affiliated with or offic...
When attempting to build current main branch under current nixos-unstable I get the following error > error: evaluation aborted with the following error message: 'lib.customisation.callPackageWith: Function called without required argument...
Trying this out and it's taking over an hour to build. Is that expected? Is there a cache available for this?
What do you think about up streaming this to nixpkgs?
Not very pretty, but useful when having to apply local patches for the Python code. Can be done like this: (self: super: { inherit (authentik-nix.lib.mkAuthentikScope { pkgs = self; extraPatches...
Hello, Not sure if this is a bug or simply not supported. The latest release does not build on the stable nixpkgs channel. ``` error: evaluation aborted with the following...