mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 02:46:28 +00:00
nixos/cockroachdb: supply defaultText for the package option
This commit is contained in:
parent
4594b18070
commit
9ca3414e05
|
@ -149,6 +149,7 @@ in
|
|||
package = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.cockroachdb;
|
||||
defaultText = "pkgs.cockroachdb";
|
||||
description = ''
|
||||
The CockroachDB derivation to use for running the service.
|
||||
|
||||
|
|
Loading…
Reference in a new issue