services.angrr.settings.touch.project-globs

NixOS option

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 in: nixos/modules/services/misc/angrr.nixView source on NixOS/nixpkgs →