summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Richter <b@chreekat.net>2017-04-12 14:31:26 -0700
committerAndrew Gallant <jamslam@gmail.com>2017-04-12 18:10:59 -0400
commit1f2a9b03062d14491b04a644409fdb8e62f77711 (patch)
tree6e079c89403977a8683d890e054d40d8fc59ef85
parenta45fe9424081f27fdc749036dd964f8de21672dd (diff)
Add nix
-rw-r--r--ignore/src/types.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ignore/src/types.rs b/ignore/src/types.rs
index 6e0c8bd3..407da309 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"]),