From 7b028e944b78d66978c7c9ffa372e41ac4e7989f Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Thu, 29 Mar 2018 22:40:51 +0200 Subject: [PATCH] nix: use literalExample for package --- modules/nix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nix/default.nix b/modules/nix/default.nix index c18482b..082649d 100644 --- a/modules/nix/default.nix +++ b/modules/nix/default.nix @@ -55,7 +55,7 @@ in type = types.either types.package types.path; default = pkgs.nix; defaultText = "pkgs.nix"; - example = "pkgs.nixUnstable"; + example = literalExample "pkgs.nixUnstable"; description = '' This option specifies the package or profile that contains the version of Nix to use throughout the system. To keep the version of nix originally installed the default profile can be used.