authelia: move web to arguments (#380576)

This commit is contained in:
Aleksana
2025-02-12 19:37:19 +08:00
committed by GitHub
+3 -1
View File
@@ -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