mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
authelia: postPatch openapi.yml
This commit is contained in:
parent
865c2c7b3c
commit
6af07f6660
|
@ -9,7 +9,9 @@ buildGoModule rec {
|
|||
|
||||
nativeBuildInputs = [ installShellFiles ];
|
||||
|
||||
## FIXME: add swagger-ui https://github.com/authelia/authelia/blob/master/cmd/authelia-scripts/cmd/build.go#L148
|
||||
postPatch = ''
|
||||
cp -r api internal/server/public_html
|
||||
cp -r ${web}/share/authelia-web/* internal/server/public_html
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue