]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/websites/immae/production.nix
Put history generator in separate repository
[perso/Immae/Config/Nix.git] / modules / private / websites / immae / production.nix
index 046246d584ee9f7a544367059a16763b5096a809..bb110defc68648b79717cb63d95185e812a25286 100644 (file)
@@ -5,7 +5,7 @@ let
   coursDir = "/var/lib/buildbot/outputs/cours";
   rechercheDir = "/var/lib/buildbot/outputs/recherche";
   recettesDir = "/var/lib/buildbot/outputs/recettes";
-  historyDir = pkgs.callPackage ./history {};
+  historyDir = "/var/lib/buildbot/outputs/immae/history";
   env = config.myEnv.websites.immae;
 in {
   options.myServices.websites.immae.production.enable = lib.mkEnableOption "enable Immae's website";