Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

nixos/svnserve: add svnBaseDir type

+1
+1
nixos/modules/services/misc/svnserve.nix
··· 24 24 }; 25 25 26 26 svnBaseDir = mkOption { 27 + type = types.str; 27 28 default = "/repos"; 28 29 description = "Base directory from which Subversion repositories are accessed."; 29 30 };