nixos/openafs: Add defaultText to avoid evaluating packages

This commit is contained in:
Michael Raitza
2018-10-18 13:11:52 +02:00
parent f8b5b5dcb7
commit 290a7d2ee9
2 changed files with 3 additions and 0 deletions
@@ -80,6 +80,7 @@ in {
package = mkOption {
default = pkgs.openafs.server or pkgs.openafs;
defaultText = "pkgs.openafs.server or pkgs.openafs";
type = types.package;
description = "OpenAFS package for the server binaries";
};