all repos — searchix @ 8d5dfd90332facb2613b927cf32472915f87359d

Search engine for NixOS, nix-darwin, home-manager and NUR users

refactor: make config entries kebab-case

Alan Pearce
commit

8d5dfd90332facb2613b927cf32472915f87359d

parent

e062ca72b222b890e345548bd8422d5df98e9fef

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M internal/config/config.gointernal/config/config.go
@@ -27,7 +27,7 @@ return nil
} type Config struct { - DataPath string `toml:"data_path"` + DataPath string `toml:"data-path"` CSP CSP `toml:"content-security-policy"` Headers map[string]string Sources map[string]importer.Source