mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 17:54:53 +01:00
This was causing the following warning before when building the manual:
warning: literalExample is deprecated, use literalExpression instead, or use literalMD for a non-Nix description.
Rather than using `literalExpression`, nothing is used. This option
expects a string and the example is a string, no special handling
required. Both `literalExample` from the docbook ages and
`literalExpression` now are only required if the example is
a Nix expression rather than a value of the option's type.
|
||
|---|---|---|
| .. | ||
| aerospike.nix | ||
| cassandra.nix | ||
| clickhouse.nix | ||
| cockroachdb.nix | ||
| couchdb.nix | ||
| dgraph.nix | ||
| dragonflydb.nix | ||
| firebird.nix | ||
| foundationdb.md | ||
| foundationdb.nix | ||
| hbase-standalone.nix | ||
| influxdb.nix | ||
| influxdb2.nix | ||
| lldap.nix | ||
| memcached.nix | ||
| monetdb.nix | ||
| mongodb.nix | ||
| mysql.nix | ||
| neo4j.nix | ||
| openldap.nix | ||
| opentsdb.nix | ||
| pgbouncer.nix | ||
| pgmanage.nix | ||
| postgresql.md | ||
| postgresql.nix | ||
| redis.nix | ||
| rethinkdb.nix | ||
| surrealdb.nix | ||
| victoriametrics.nix | ||