this should work but it doesnt
This commit is contained in:
parent
0d2814b9bf
commit
da8e520cf2
5 changed files with 31 additions and 8 deletions
|
|
@ -47,12 +47,18 @@ in
|
|||
enableNginx = false;
|
||||
redis.createLocally = true;
|
||||
postgresql.createLocally = true;
|
||||
backendPackage = pkgs.lasuite-docs.overrideAttrs {
|
||||
patches = [ ./enable-languages.patch ];
|
||||
};
|
||||
frontendPackage = pkgs.lasuite-docs-frontend.overrideAttrs {
|
||||
NEXT_PUBLIC_PUBLISH_AS_MIT = "false";
|
||||
};
|
||||
backendPackage =
|
||||
inputs.nixpkgs-lasuite.legacyPackages.${pkgs.stdenv.hostPlatform.system}.lasuite-docs.overrideAttrs
|
||||
{
|
||||
patches = [ ./enable-languages.patch ];
|
||||
};
|
||||
frontendPackage =
|
||||
inputs.nixpkgs-lasuite.legacyPackages.${pkgs.stdenv.hostPlatform.system}.lasuite-docs-frontend.overrideAttrs
|
||||
{
|
||||
NEXT_PUBLIC_PUBLISH_AS_MIT = "false";
|
||||
};
|
||||
collaborationServer.package =
|
||||
inputs.nixpkgs-lasuite.legacyPackages.${pkgs.stdenv.hostPlatform.system}.lasuite-docs-collaboration-server;
|
||||
bind = "unix:${socket}";
|
||||
inherit s3Url domain;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue