mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/cockroachdb: supply defaultText for the package option
This commit is contained in:
parent
4594b18070
commit
9ca3414e05
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue