From 908a025b2229d8d0793a2e6787773ca76e9519a8 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 7 Mar 2011 08:21:39 +0000 Subject: [PATCH] * Die tabs die. svn path=/nixos/trunk/; revision=26184 --- modules/services/misc/nix-daemon.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/services/misc/nix-daemon.nix b/modules/services/misc/nix-daemon.nix index 842ba0b88ba..11a7aa19f23 100644 --- a/modules/services/misc/nix-daemon.nix +++ b/modules/services/misc/nix-daemon.nix @@ -61,12 +61,12 @@ in chrootDirs = mkOption { default = []; - example = [ "/dev" "/proc" ]; - description = - '' - Directories from the host filesystem to be included - in the chroot. - ''; + example = [ "/dev" "/proc" ]; + description = + '' + Directories from the host filesystem to be included + in the chroot. + ''; }; extraOptions = mkOption {