nixos/locate: exclude by default version control systems and .cache
follows Debian and Ubuntu
This commit is contained in:
@@ -157,7 +157,7 @@ in {
|
|||||||
|
|
||||||
pruneNames = mkOption {
|
pruneNames = mkOption {
|
||||||
type = listOf str;
|
type = listOf str;
|
||||||
default = [];
|
default = [ ".bzr" ".cache" ".git" ".hg" ".svn" ];
|
||||||
description = ''
|
description = ''
|
||||||
Directory components which should exclude paths containing them from indexing
|
Directory components which should exclude paths containing them from indexing
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user