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:
parent
35ae7dd578
commit
709631b47f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue