summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2017-01-05 19:30:52 +0100
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2017-01-05 19:30:52 +0100
commita932ee4d2721a881f967c840956dac3e804e6324 (patch)
tree8846c39ae5ccee94e085999f891cf1ca09119e66
parenta28ea4f08d4bd0ddd9e4a71e9196dec904daa45f (diff)
downloadnixos-a932ee4d2721a881f967c840956dac3e804e6324.tar
nixos-a932ee4d2721a881f967c840956dac3e804e6324.tar.gz
nixos-a932ee4d2721a881f967c840956dac3e804e6324.tar.bz2
nixos-a932ee4d2721a881f967c840956dac3e804e6324.tar.xz
nixos-a932ee4d2721a881f967c840956dac3e804e6324.zip
Revert "Include store"
This reverts commit a28ea4f08d4bd0ddd9e4a71e9196dec904daa45f.
-rw-r--r--hel.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 7a4026f8..e0cf40e7 100644
--- a/hel.nix
+++ b/hel.nix
@@ -286,7 +286,6 @@
286 interval = "daily"; 286 interval = "daily";
287 locate = pkgs.mlocate; 287 locate = pkgs.mlocate;
288 localuser = null; 288 localuser = null;
289 includeStore = true;
290 }; 289 };
291 }; 290 };
292 291