Improve a few description fields

This commit is contained in:
Robert Helgesson 2017-01-15 20:03:55 +01:00
parent 6ec3026e51
commit 071e631648
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86
6 changed files with 18 additions and 11 deletions

View file

@ -26,7 +26,7 @@ let
gpgPath = mkOption {
type = types.str;
default = "${pkgs.gnupg}/bin/gpg2";
defaultText = "''${pkgs.gnupg}/bin/gpg2";
defaultText = "\${pkgs.gnupg}/bin/gpg2";
description = "Path to GnuPG binary to use.";
};
};