From f1d87b4a1917cb280421e3a94e2e22e9d9d45edc Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 5 Jan 2017 19:55:28 +0100 Subject: ... --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index 35033515..f3d951cc 100644 --- a/hel.nix +++ b/hel.nix @@ -285,7 +285,7 @@ enable = true; interval = "daily"; locate = pkgs.stdenv.lib.overrideDerivation pkgs.mlocate (oldAttrs: rec { - makeFlags = [ "dbfile=${config.locate.output}" ]; + makeFlags = [ "dbfile=${config.services.locate.output}" ]; }); localuser = null; prunePaths = ["/tmp" "/var/tmp" "/var/cache" "/var/lock" "/var/run" "/var/spool"]; -- cgit v1.2.3