authentik: copy the "authentik" directory over for source icons
This commit is contained in:
parent
4fe4317896
commit
1f5c62ea94
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue