0
0
Fork 0
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:
Sandro 2021-01-31 15:17:24 +01:00 committed by GitHub
commit 197cfaba57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,7 @@ in
};
svnBaseDir = mkOption {
type = types.str;
default = "/repos";
description = "Base directory from which Subversion repositories are accessed.";
};