mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
nixos/gitea: fix eval after #136909
This commit is contained in:
parent
561c519b2a
commit
2384362ca7
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ in
|
|||
server = mkMerge [
|
||||
{
|
||||
DOMAIN = cfg.domain;
|
||||
STATIC_ROOT_PATH = cfg.staticRootPath;
|
||||
STATIC_ROOT_PATH = toString cfg.staticRootPath;
|
||||
LFS_JWT_SECRET = "#lfsjwtsecret#";
|
||||
ROOT_URL = cfg.rootUrl;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue