fix(docuseal): Actually import the module

Minor cleanup as well
This commit is contained in:
Tom Hubrecht 2025-04-14 13:16:10 +02:00
parent 41a4b98cc5
commit f77e011c11
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc
2 changed files with 2 additions and 2 deletions

View file

@ -8,6 +8,8 @@ let
in
{
imports = [ ./module.nix ];
nixpkgs.overlays = [
(self: _: {
docuseal = self.callPackage ../../../../pkgs/by-name/docuseal { };

View file

@ -75,8 +75,6 @@ in
default = null;
description = ''
Path to a file containing environment variables.
Required secrets are `SECRET_KEY_BASE` and `OTP_SECRET_KEY`,
which can be generated using `rails secret`.
'';
};