From f934f16d8fa6e91d460fc720fbf191bb64c981b1 Mon Sep 17 00:00:00 2001 From: uku Date: Tue, 27 May 2025 09:30:33 +0200 Subject: [PATCH] chore(etna): remove zipline ffmpeg workaround --- systems/etna/zipline.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/systems/etna/zipline.nix b/systems/etna/zipline.nix index 02a9cc3..d2d8339 100644 --- a/systems/etna/zipline.nix +++ b/systems/etna/zipline.nix @@ -1,6 +1,5 @@ { lib, - pkgs, config, _utils, ... @@ -21,7 +20,6 @@ in CORE_PORT = 3001; DATASOURCE_TYPE = "local"; DATASOURCE_LOCAL_DIRECTORY = "/data/zipline"; - FFMPEG_PATH = lib.getExe pkgs.ffmpeg; }; };