From 854ebed7893b53d4991ec0839da3697baee41501 Mon Sep 17 00:00:00 2001 From: Michael Peyton Jones Date: Mon, 20 Aug 2018 09:23:11 +0100 Subject: system-path: fix default option value --- nixos/modules/config/system-path.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/modules/config/system-path.nix b/nixos/modules/config/system-path.nix index 6d17ca316e006..ffb437491f6c7 100644 --- a/nixos/modules/config/system-path.nix +++ b/nixos/modules/config/system-path.nix @@ -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."; }; -- cgit 1.4.1