Files
nixpkgs/pkgs/by-name/do/docuseal
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|     };
2025-10-13 10:49:38 +01:00
..