1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-04-15 08:46:25 +00:00

nix: use literalExample for package

This commit is contained in:
Daiderd Jordan 2018-03-29 22:40:51 +02:00
parent a8847b28e7
commit 7b028e944b
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -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.