From 709631b47fce176a42ec52e36809fdfae4722de4 Mon Sep 17 00:00:00 2001 From: Matthew Daiter Date: Mon, 21 Nov 2016 12:07:06 +0100 Subject: [PATCH] stanchion: changed default option to defaultText --- nixos/modules/services/databases/stanchion.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/databases/stanchion.nix b/nixos/modules/services/databases/stanchion.nix index af44e17ee58..f44434f8ed5 100644 --- a/nixos/modules/services/databases/stanchion.nix +++ b/nixos/modules/services/databases/stanchion.nix @@ -20,7 +20,7 @@ in package = mkOption { type = types.package; - default = pkgs.stanchion; + defaultText = "pkgs.stanchion"; example = literalExample "pkgs.stanchion"; description = '' Stanchion package to use.