summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2017-11-08 17:45:42 +0000
committerGitHub <noreply@github.com>2017-11-08 17:45:42 +0000
commit999bcd098da0fc6b16ae769dde95573e6b110844 (patch)
treef18102342758a973f9cef66d6f51fac25fd3e8d3 /nixos
parente9965b5b1970b70ecdba3a725aa723703377f5d9 (diff)
parente8c83704257f52e53e982fa8f577ba3f93520270 (diff)
downloadnixpkgs-999bcd098da0fc6b16ae769dde95573e6b110844.tar
nixpkgs-999bcd098da0fc6b16ae769dde95573e6b110844.tar.gz
nixpkgs-999bcd098da0fc6b16ae769dde95573e6b110844.tar.bz2
nixpkgs-999bcd098da0fc6b16ae769dde95573e6b110844.tar.lz
nixpkgs-999bcd098da0fc6b16ae769dde95573e6b110844.tar.xz
nixpkgs-999bcd098da0fc6b16ae769dde95573e6b110844.tar.zst
nixpkgs-999bcd098da0fc6b16ae769dde95573e6b110844.zip
Merge pull request #31296 from ryantm/mattermost43
mattermost, nixos/mattermost: update to 4.3.0
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/web-apps/mattermost.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/mattermost.nix b/nixos/modules/services/web-apps/mattermost.nix
index 0b637e3991b..be74a2b1955 100644
--- a/nixos/modules/services/web-apps/mattermost.nix
+++ b/nixos/modules/services/web-apps/mattermost.nix
@@ -173,7 +173,7 @@ in
 
         preStart = ''
           mkdir -p ${cfg.statePath}/{data,config,logs}
-          ln -sf ${pkgs.mattermost}/{bin,fonts,i18n,templates,webapp} ${cfg.statePath}
+          ln -sf ${pkgs.mattermost}/{bin,fonts,i18n,templates,client} ${cfg.statePath}
         '' + lib.optionalString (!cfg.mutableConfig) ''
           ln -sf ${mattermostConfJSON} ${cfg.statePath}/config/config.json
         '' + lib.optionalString cfg.mutableConfig ''