mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Merge pull request #272875 from chayleaf/maubot
nixos/maubot: fix eval with default config
This commit is contained in:
commit
6f6d03b284
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ let
|
|||
database = lib.last (lib.splitString "/" noSchema);
|
||||
};
|
||||
|
||||
postgresDBs = [
|
||||
postgresDBs = builtins.filter isPostgresql [
|
||||
cfg.settings.database
|
||||
cfg.settings.crypto_database
|
||||
cfg.settings.plugin_databases.postgres
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue