mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/jitsi-meet: fix cfg.caddy.enable
This fixes the following error:
```
error: failed processing files:
FailedJobs(
"static/404.html": Permission denied (os error 13) at path "/build/static/.tmpRMzDXu"
)
```
This commit is contained in:
parent
6c4556515f
commit
9a821ebe0f
1 changed files with 1 additions and 1 deletions
|
|
@ -479,7 +479,7 @@ in
|
|||
extraConfig =
|
||||
let
|
||||
templatedJitsiMeet = pkgs.runCommand "templated-jitsi-meet" { } ''
|
||||
cp -R ${pkgs.jitsi-meet}/* .
|
||||
cp -R --no-preserve=all ${pkgs.jitsi-meet}/* .
|
||||
for file in *.html **/*.html ; do
|
||||
${pkgs.sd}/bin/sd '<!--#include virtual="(.*)" -->' '{{ include "$1" }}' $file
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue