From 736552b7e5b3dd845029dc4c09cf5491410f078a Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Mon, 3 Aug 2015 16:19:08 -0700 Subject: [PATCH] nixos: Fix manpages from 8c652379df07f88d6b434fe1042e9a9ba9078440 --- nixos/modules/misc/locate.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/misc/locate.nix b/nixos/modules/misc/locate.nix index e85e390acb6..4f9c8d4e5ba 100644 --- a/nixos/modules/misc/locate.nix +++ b/nixos/modules/misc/locate.nix @@ -60,7 +60,7 @@ in { type = types.bool; default = false; description = '' - Whether to include /nix/store in the locate database. + Whether to include /nix/store in the locate database. ''; };