dex-oidc: add templates example

This commit is contained in:
nyanloutre 2019-04-26 00:36:27 +02:00
parent bd488d9814
commit 680d3d5ddc
No known key found for this signature in database
GPG Key ID: 194A92D1103ACB2A

View File

@ -21,6 +21,11 @@ buildGoPackage rec {
"-ldflags=-w -X ${goPackagePath}/version.Version=${src.rev}"
];
postInstall = ''
mkdir -p $out/share
cp -r go/src/${goPackagePath}/web $out/share/web
'';
meta = {
description = "OpenID Connect and OAuth2 identity provider with pluggable connectors";
license = lib.licenses.asl20;