system-path: fix default option value
This commit is contained in:
parent
1b11fdd0df
commit
854ebed789
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ in
|
||||||
|
|
||||||
extraSetup = mkOption {
|
extraSetup = mkOption {
|
||||||
type = types.lines;
|
type = types.lines;
|
||||||
default = [ ];
|
default = "";
|
||||||
description = "Shell fragments to be run after the system environment has been created. This should only be used for things that need to modify the internals of the environment, e.g. generating MIME caches. The environment being built can be accessed at $out.";
|
description = "Shell fragments to be run after the system environment has been created. This should only be used for things that need to modify the internals of the environment, e.g. generating MIME caches. The environment being built can be accessed at $out.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue