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; }; };