···83838484 extraSetup = mkOption {
8585 type = types.lines;
8686- default = [ ];
8686+ default = "";
8787 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.";
8888 };
8989