mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
* Die tabs die.
svn path=/nixos/trunk/; revision=26184
This commit is contained in:
parent
10e8a801b6
commit
908a025b22
1 changed files with 6 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue