diff --git a/pkgs/servers/authelia/default.nix b/pkgs/servers/authelia/default.nix index 2c49c09b0550..364060ca90d2 100644 --- a/pkgs/servers/authelia/default.nix +++ b/pkgs/servers/authelia/default.nix @@ -7,6 +7,7 @@ installShellFiles, callPackage, nixosTests, + authelia-web ? callPackage ./web.nix { inherit nodejs pnpm fetchFromGitHub; }, }: let @@ -16,7 +17,8 @@ let src vendorHash ; - web = callPackage ./web.nix { inherit nodejs pnpm fetchFromGitHub; }; + + web = authelia-web; in buildGoModule rec { inherit