about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMatthew Daiter <matthew@nomoko.camera>2016-11-21 12:07:06 +0100
committerMatthew Daiter <matthew@nomoko.camera>2016-11-21 12:07:06 +0100
commit709631b47fce176a42ec52e36809fdfae4722de4 (patch)
tree670792d408b6cf899968f4d35989fa2e1db6cedf /nixos
parent35ae7dd578020248b67a7da3bd8086f18085bb2e (diff)
downloadnixlib-709631b47fce176a42ec52e36809fdfae4722de4.tar
nixlib-709631b47fce176a42ec52e36809fdfae4722de4.tar.gz
nixlib-709631b47fce176a42ec52e36809fdfae4722de4.tar.bz2
nixlib-709631b47fce176a42ec52e36809fdfae4722de4.tar.lz
nixlib-709631b47fce176a42ec52e36809fdfae4722de4.tar.xz
nixlib-709631b47fce176a42ec52e36809fdfae4722de4.tar.zst
nixlib-709631b47fce176a42ec52e36809fdfae4722de4.zip
stanchion: changed default option to defaultText
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/databases/stanchion.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/databases/stanchion.nix b/nixos/modules/services/databases/stanchion.nix
index af44e17ee58c..f44434f8ed5a 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.