mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 09:58:26 +00:00
nix: add user doc and pkg fixes
- Add user doc for how to use with nix/nixos - fix potential collisions in packages if both are installed via `nix-env`
This commit is contained in:
@ -314,7 +314,8 @@ val microsite = project.in(file("modules/microsite")).
|
||||
fork in run := true,
|
||||
micrositeCompilingDocsTool := WithMdoc,
|
||||
mdocVariables := Map(
|
||||
"VERSION" -> version.value
|
||||
"VERSION" -> version.value,
|
||||
"PVERSION" -> version.value.replace('.', '_')
|
||||
),
|
||||
Compile/resourceGenerators += Def.task {
|
||||
val conf1 = (resourceDirectory in (restserver, Compile)).value / "reference.conf"
|
||||
|
Reference in New Issue
Block a user