aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites/tools/ether/etherpad_lite.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixops/modules/websites/tools/ether/etherpad_lite.nix')
-rw-r--r--nixops/modules/websites/tools/ether/etherpad_lite.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixops/modules/websites/tools/ether/etherpad_lite.nix b/nixops/modules/websites/tools/ether/etherpad_lite.nix
index 14ad565..e67497b 100644
--- a/nixops/modules/websites/tools/ether/etherpad_lite.nix
+++ b/nixops/modules/websites/tools/ether/etherpad_lite.nix
@@ -47,7 +47,7 @@ let
47 text = 47 text =
48 # Make sure we’re not rebuilding whole libreoffice just because of a 48 # Make sure we’re not rebuilding whole libreoffice just because of a
49 # dependency 49 # dependency
50 let libreoffice = (import <nixpkgs> {}).libreoffice-fresh; 50 let libreoffice = (import <nixpkgs> { overlays = []; }).libreoffice-fresh;
51 in 51 in
52 '' 52 ''
53 { 53 {