mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
Merge pull request #111437 from helsinki-systems/svnserve
nixos/svnserve: add svnBaseDir type
This commit is contained in:
commit
197cfaba57
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ in
|
|||
};
|
||||
|
||||
svnBaseDir = mkOption {
|
||||
type = types.str;
|
||||
default = "/repos";
|
||||
description = "Base directory from which Subversion repositories are accessed.";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue