mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
* The fileSystems option shouldn't have a default.
svn path=/nixos/branches/modular-nixos/; revision=15867
This commit is contained in:
parent
d6617f0d5e
commit
a4fa62aaf0
@ -7,7 +7,6 @@ let
|
||||
options = {
|
||||
|
||||
fileSystems = pkgs.lib.mkOption {
|
||||
default = null;
|
||||
example = [
|
||||
{ mountPoint = "/";
|
||||
device = "/dev/hda1";
|
||||
|
Loading…
Reference in New Issue
Block a user