nix-daemon service: fix unbalanced parens in description

+1 -1
+1 -1
nixos/modules/services/misc/nix-daemon.nix
··· 248 248 description = '' 249 249 List of binary cache URLs that non-root users can use (in 250 250 addition to those specified using 251 - <option>nix.binaryCaches</option> by passing 251 + <option>nix.binaryCaches</option>) by passing 252 252 <literal>--option binary-caches</literal> to Nix commands. 253 253 ''; 254 254 };