system-path: fix default option value

This commit is contained in:
Michael Peyton Jones 2018-08-20 09:23:11 +01:00
parent 1b11fdd0df
commit 854ebed789
No known key found for this signature in database
GPG key ID: 86A43C24A728F66D

View file

@ -83,7 +83,7 @@ in
extraSetup = mkOption {
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.";
};