diff options
author | EuAndreh <eu@euandre.org> | 2019-06-06 14:50:33 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-06 14:50:33 -0300 |
commit | 571a1fff0a580f0ba856f3fe712c0e1a7a94ff68 (patch) | |
tree | e79dc658541ba0c419d69cd14f1c470550f4d867 | |
parent | Correctly use GPLv3 instead of AGPLv3 in LICENSE. (diff) | |
download | euandre.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.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |