aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-06-06 14:50:33 -0300
committerEuAndreh <eu@euandre.org>2019-06-06 14:50:33 -0300
commit571a1fff0a580f0ba856f3fe712c0e1a7a94ff68 (patch)
treee79dc658541ba0c419d69cd14f1c470550f4d867
parentCorrectly use GPLv3 instead of AGPLv3 in LICENSE. (diff)
downloadeuandre.org-571a1fff0a580f0ba856f3fe712c0e1a7a94ff68.tar.gz
euandre.org-571a1fff0a580f0ba856f3fe712c0e1a7a94ff68.tar.xz
Ignore "utils.nix" instead of "default.nix" by default
Diffstat (limited to '')
-rw-r--r--utils.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.nix b/utils.nix
index 326966a..3167399 100644
--- a/utils.nix
+++ b/utils.nix
@@ -47,7 +47,7 @@ in rec {
buildInputs = baseAttrs.buildInputs ++ [ pkgs.ag ];
ignoredPattern = pkgs.lib.fold (a: b: " --ignore ${a} ${b}") ""
(if ignoredFiles == null then [
- "default.nix"
+ "utils.nix"
"TODOs.org"
] else
ignoredFiles);