authentik: copy the "authentik" directory over for source icons

This commit is contained in:
Luke Granger-Brown 2022-05-17 02:57:26 +01:00
parent 4fe4317896
commit 1f5c62ea94

View file

@ -22,6 +22,7 @@ pkgs.stdenv.mkDerivation {
chmod -R u+w $out/share/authentik chmod -R u+w $out/share/authentik
mkdir $out/share/authentik/web mkdir $out/share/authentik/web
ln -s ${webui}/dist $out/share/authentik/web/dist ln -s ${webui}/dist $out/share/authentik/web/dist
ln -s ${webui}/authentik $out/share/authentik/web/authentik
mkdir $out/share/authentik/website mkdir $out/share/authentik/website
ln -s ${docs} $out/share/authentik/website/help ln -s ${docs} $out/share/authentik/website/help