diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 6e0c8bd..407da30 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -155,6 +155,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("mk", &["mkfile"]), ("ml", &["*.ml"]), ("nim", &["*.nim"]), + ("nix", &["*.nix"]), ("objc", &["*.h", "*.m"]), ("objcpp", &["*.h", "*.mm"]), ("ocaml", &["*.ml", "*.mli", "*.mll", "*.mly"]),