mirror of
https://github.com/foo-dogsquared/nix-module-wrapper-manager-fds.git
synced 2025-01-30 22:57:58 +00:00
25 lines
398 B
TOML
25 lines
398 B
TOML
baseURL = 'https://foo-dogsquared.github.io/nix-module-wrapper-manager-fds'
|
|
defaultContentLanguage = 'en'
|
|
title = "wrapper-manager-fds"
|
|
timeZone = "UTC"
|
|
|
|
[params]
|
|
toc = true
|
|
|
|
[security.exec]
|
|
allow = [
|
|
"^go$",
|
|
"^asciidoctor$",
|
|
]
|
|
osEnv = [
|
|
'^LAST_COMMIT_DATE$',
|
|
'^PATH$',
|
|
'^GOPATH$',
|
|
'^GOPROXY$',
|
|
'^HTTP_PROXY$',
|
|
'^HTTPS_PROXY$',
|
|
]
|
|
|
|
[security.funcs]
|
|
getenv = [ "^LAST_COMMIT_DATE$" ]
|