summary refs log tree commit diff
path: root/modules/services/misc/nix-daemon.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-04-23 00:41:37 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-04-23 00:41:37 +0000
commit6c1bb54483b3110d611a46ba0617c84100a2e3a0 (patch)
tree40925f36c02afdec197ad7c8c5514e01dec41488 /modules/services/misc/nix-daemon.nix
parent72990dae376fe5fc4fe8083239c1f713b2dd08a8 (diff)
downloadnixpkgs-6c1bb54483b3110d611a46ba0617c84100a2e3a0.tar
nixpkgs-6c1bb54483b3110d611a46ba0617c84100a2e3a0.tar.gz
nixpkgs-6c1bb54483b3110d611a46ba0617c84100a2e3a0.tar.bz2
nixpkgs-6c1bb54483b3110d611a46ba0617c84100a2e3a0.tar.lz
nixpkgs-6c1bb54483b3110d611a46ba0617c84100a2e3a0.tar.xz
nixpkgs-6c1bb54483b3110d611a46ba0617c84100a2e3a0.tar.zst
nixpkgs-6c1bb54483b3110d611a46ba0617c84100a2e3a0.zip
* In the installation CD, make the NixOS/Nixpkgs available as if they
  were obtained from the NixOS channel.  "nixos-install" copies this
  to the installed system as well.
* In the installation CD, set GC_INITIAL_HEAP_SIZE to a low value for
  the benefit of memory-constrained environments.

svn path=/nixos/trunk/; revision=33887
Diffstat (limited to 'modules/services/misc/nix-daemon.nix')
-rw-r--r--modules/services/misc/nix-daemon.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/services/misc/nix-daemon.nix b/modules/services/misc/nix-daemon.nix
index d2584c2dc3e..be699d693fd 100644
--- a/modules/services/misc/nix-daemon.nix
+++ b/modules/services/misc/nix-daemon.nix
@@ -28,11 +28,10 @@ in
 
     environment.nix = mkOption {
       default = pkgs.nixUnstable;
-      example = pkgs.nixCustomFun /root/nix.tar.gz;
       merge = mergeOneOption;
-      description = "
+      description = ''
         This option specifies the Nix package instance to use throughout the system.
-      ";
+      '';
     };
 
     nix = {