summary refs log tree commit diff
path: root/nixos/modules/services/misc/nix-daemon.nix
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2016-08-23 12:59:17 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2016-08-23 13:06:25 +0200
commitf3ef4383c6c009853de1efd0bf1dea99b87eb471 (patch)
tree56fe0c7d1f870d83bdddcb2bcedf6d7f017a01fe /nixos/modules/services/misc/nix-daemon.nix
parent3fe93d2f75b36a2663a377826fc792b8207c3f7b (diff)
downloadnixpkgs-f3ef4383c6c009853de1efd0bf1dea99b87eb471.tar
nixpkgs-f3ef4383c6c009853de1efd0bf1dea99b87eb471.tar.gz
nixpkgs-f3ef4383c6c009853de1efd0bf1dea99b87eb471.tar.bz2
nixpkgs-f3ef4383c6c009853de1efd0bf1dea99b87eb471.tar.lz
nixpkgs-f3ef4383c6c009853de1efd0bf1dea99b87eb471.tar.xz
nixpkgs-f3ef4383c6c009853de1efd0bf1dea99b87eb471.tar.zst
nixpkgs-f3ef4383c6c009853de1efd0bf1dea99b87eb471.zip
nix-daemon service: fix unbalanced parens in description
Diffstat (limited to 'nixos/modules/services/misc/nix-daemon.nix')
-rw-r--r--nixos/modules/services/misc/nix-daemon.nix2
1 files changed, 1 insertions, 1 deletions
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
-          <option>nix.binaryCaches</option> by passing
+          <option>nix.binaryCaches</option>) by passing
           <literal>--option binary-caches</literal> to Nix commands.
         '';
       };