diff options
| author | vkcku <[email protected]> | 2026-06-01 16:36:34 +0530 |
|---|---|---|
| committer | vkcku <[email protected]> | 2026-06-01 16:36:34 +0530 |
| commit | 6ed07ef251e380dd15fc5d3351e62614f102ea5e (patch) | |
| tree | 01a8d0bf2a5737b8d83a3c7098bfbaa120225b93 /infra/nix/_treefmt.nix | |
| parent | infra: add deploy user module (diff) | |
infra(indra): initial configuration
monorepo-revid: f03da585dab1b846571ab225c4196750254c319f
Diffstat (limited to 'infra/nix/_treefmt.nix')
| -rw-r--r-- | infra/nix/_treefmt.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/infra/nix/_treefmt.nix b/infra/nix/_treefmt.nix index 1987229..e3bbc13 100644 --- a/infra/nix/_treefmt.nix +++ b/infra/nix/_treefmt.nix @@ -5,7 +5,14 @@ let settings.excludes = [ "modules/base/secrets.yaml" + "**/facter.json" ]; + + programs.typos.configFile = toString ( + (pkgs.formats.toml { }).generate "typos.toml" { + default.extend-words.facter = "facter"; + } + ); }; in treefmt-nix.lib.mkWrapper pkgs conf |
