summary refs log tree commit diff
path: root/pkgs/top-level/all-packages.nix
diff options
context:
space:
mode:
author0x4A6F <0x4A6F@users.noreply.github.com>2023-05-22 18:29:37 +0200
committerGitHub <noreply@github.com>2023-05-22 18:29:37 +0200
commitafad0c152b877e384c69e42b50c67480ca237f66 (patch)
tree744bb884cbad2012ce719e56b6ee2ddcbc289045 /pkgs/top-level/all-packages.nix
parent6972da146e29485ef7c9c1072854fbf2333717ad (diff)
parent9d0bbc2c12c5b38c059bae15d17e2a601fc9a567 (diff)
Merge pull request #214428 from mweinelt/frigate-init
frigate: init at 0.12.0
Diffstat (limited to 'pkgs/top-level/all-packages.nix')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 1f38640fd8f61..d97eb416919ce 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -7720,6 +7720,8 @@ with pkgs;
     inherit (darwin.apple_sdk.frameworks) AppKit CoreFoundation DiskArbitration Foundation IOKit;
   };
 
+  frigate = callPackage ../applications/video/frigate { };
+
   frostwire = callPackage ../applications/networking/p2p/frostwire { };
   frostwire-bin = callPackage ../applications/networking/p2p/frostwire/frostwire-bin.nix { };