Sergei Trofimovich
300e0f70eb
docuseal.tests: fix the eval
Without the change the eval fails as:
$ nix build --no-link -f. docuseal.tests
error:
… while evaluating the attribute 'docuseal-postgresql'
at pkgs/by-name/do/docuseal/package.nix:121:28:
120| tests = {
121| inherit (nixosTests) docuseal-postgresql docuseal-sqlite;
| ^
122| };
error: attribute 'docuseal-postgresql' missing
at pkgs/by-name/do/docuseal/package.nix:121:28:
120| tests = {
121| inherit (nixosTests) docuseal-postgresql docuseal-sqlite;
| ^
122| };