aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-02 12:01:33 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-02 12:34:00 +0200
commitfdf6f74d3221e3dad853898f296149baea0aa476 (patch)
tree9fcd0db87425e2f533354a431d2fa81bd55cbe36 /nixops/modules
parent6e2dc958bc8c5aac4871d2a618741fa4628ed126 (diff)
downloadNix-fdf6f74d3221e3dad853898f296149baea0aa476.tar.gz
Nix-fdf6f74d3221e3dad853898f296149baea0aa476.tar.zst
Nix-fdf6f74d3221e3dad853898f296149baea0aa476.zip
Refactor configuration and overlays
Diffstat (limited to 'nixops/modules')
-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 {