Skip to content

Commit

Permalink
frigate: fix event preview
Browse files Browse the repository at this point in the history
(cherry picked from commit f7930aa)
  • Loading branch information
jackwilsdon authored and github-actions[bot] committed Jan 14, 2025
1 parent 08c58a2 commit fc2f759
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/by-name/fr/frigate/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ python.pkgs.buildPythonApplication rec {
substituteInPlace frigate/test/test_config.py \
--replace-fail "(MODEL_CACHE_DIR" "('/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;
Expand Down

0 comments on commit fc2f759

Please sign in to comment.