From f3ef4383c6c009853de1efd0bf1dea99b87eb471 Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Tue, 23 Aug 2016 12:59:17 +0200 Subject: [PATCH] nix-daemon service: fix unbalanced parens in description --- nixos/modules/services/misc/nix-daemon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/misc/nix-daemon.nix b/nixos/modules/services/misc/nix-daemon.nix index d71837737ab..fe5132d4973 100644 --- a/nixos/modules/services/misc/nix-daemon.nix +++ b/nixos/modules/services/misc/nix-daemon.nix @@ -248,7 +248,7 @@ in description = '' List of binary cache URLs that non-root users can use (in addition to those specified using - by passing + ) by passing --option binary-caches to Nix commands. ''; };