about summary refs log tree commit diff
path: root/pkgs/applications/video/frigate
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/frigate')
-rw-r--r--pkgs/applications/video/frigate/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/video/frigate/default.nix b/pkgs/applications/video/frigate/default.nix
index 060046f59f037..311e585b2d47a 100644
--- a/pkgs/applications/video/frigate/default.nix
+++ b/pkgs/applications/video/frigate/default.nix
@@ -24,6 +24,7 @@ let
   };
 
   python = python311.override {
+    self = python;
     packageOverrides = self: super: {
       pydantic = super.pydantic_1;