aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/immae
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-06-15 13:23:48 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-06-15 13:23:48 +0200
commitcb589b2e41d966719ab7c21ea6dbf0869c3b0eed (patch)
tree39bbed0a233c25686d62bb88df79e4712c5748f3 /modules/private/websites/immae
parent577d00ee5ea4c8851af2cd5811f0c8829db41178 (diff)
downloadNix-cb589b2e41d966719ab7c21ea6dbf0869c3b0eed.tar.gz
Nix-cb589b2e41d966719ab7c21ea6dbf0869c3b0eed.tar.zst
Nix-cb589b2e41d966719ab7c21ea6dbf0869c3b0eed.zip
Modify buildbot output paths
Diffstat (limited to 'modules/private/websites/immae')
-rw-r--r--modules/private/websites/immae/production.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/private/websites/immae/production.nix b/modules/private/websites/immae/production.nix
index bb110de..890a5af 100644
--- a/modules/private/websites/immae/production.nix
+++ b/modules/private/websites/immae/production.nix
@@ -1,10 +1,10 @@
1{ lib, pkgs, config, ... }: 1{ lib, pkgs, config, ... }:
2let 2let
3 cfg = config.myServices.websites.immae.production; 3 cfg = config.myServices.websites.immae.production;
4 varDir = "/var/lib/buildbot/outputs/immaeEu"; 4 varDir = "/var/lib/buildbot/outputs/immae/blog";
5 coursDir = "/var/lib/buildbot/outputs/cours"; 5 coursDir = "/var/lib/buildbot/outputs/immae/cours";
6 rechercheDir = "/var/lib/buildbot/outputs/recherche"; 6 rechercheDir = "/var/lib/buildbot/outputs/immae/recherche";
7 recettesDir = "/var/lib/buildbot/outputs/recettes"; 7 recettesDir = "/var/lib/buildbot/outputs/immae/recettes";
8 historyDir = "/var/lib/buildbot/outputs/immae/history"; 8 historyDir = "/var/lib/buildbot/outputs/immae/history";
9 env = config.myEnv.websites.immae; 9 env = config.myEnv.websites.immae;
10in { 10in {