authentik-gopkgs: fix typo

This commit is contained in:
Franz Pletz 2023-07-31 11:00:02 +02:00
parent f9ccfdbb61
commit 77eef774b5
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -108,7 +108,7 @@
}; };
# server + outposts # server + outposts
gopkgs = pkgs.buildGo120Module { gopkgs = pkgs.buildGo120Module {
pname = "authentik-gopgks"; pname = "authentik-gopkgs";
version = authentik-version; version = authentik-version;
prePatch = '' prePatch = ''
sed -i"" -e 's,./web/dist/,${frontend}/dist/,' web/static.go sed -i"" -e 's,./web/dist/,${frontend}/dist/,' web/static.go