services.angrr.settings.touch.project-globs

List of glob patterns to include or exclude files when touching GC roots.

Only applied when angrr touch is invoked with the --project flag. Patterns use an inverted gitignore-style semantics. See https://docs.rs/ignore/latest/ignore/overrides/struct.OverrideBuilder.html#method.add.

Type
list of string
Default
[
  "!.git"
]
Declared
<nixpkgs/nixos/modules/services/misc/angrr.nix>