0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

stanchion: changed default option to defaultText

This commit is contained in:
Matthew Daiter 2016-11-21 12:07:06 +01:00
parent 35ae7dd578
commit 709631b47f

View file

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