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