frigate: fix event preview
This commit is contained in:
parent
2b5448cf77
commit
f7930aac32
@ -98,6 +98,9 @@ python.pkgs.buildPythonApplication rec {
|
|||||||
substituteInPlace frigate/test/test_config.py \
|
substituteInPlace frigate/test/test_config.py \
|
||||||
--replace-fail "(MODEL_CACHE_DIR" "('/build/model_cache'" \
|
--replace-fail "(MODEL_CACHE_DIR" "('/build/model_cache'" \
|
||||||
--replace-fail "/config/model_cache" "/build/model_cache"
|
--replace-fail "/config/model_cache" "/build/model_cache"
|
||||||
|
|
||||||
|
substituteInPlace frigate/api/preview.py \
|
||||||
|
--replace-fail "/media/frigate" "/var/lib/frigate"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
dontBuild = true;
|
dontBuild = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user