0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

Merge pull request #214428 from mweinelt/frigate-init

frigate: init at 0.12.0
This commit is contained in:
0x4A6F 2023-05-22 18:29:37 +02:00 committed by GitHub
commit afad0c152b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 645 additions and 5 deletions

View file

@ -273,6 +273,7 @@ in {
freeswitch = handleTest ./freeswitch.nix {};
freshrss-sqlite = handleTest ./freshrss-sqlite.nix {};
freshrss-pgsql = handleTest ./freshrss-pgsql.nix {};
frigate = handleTest ./frigate.nix {};
frr = handleTest ./frr.nix {};
fsck = handleTest ./fsck.nix {};
fsck-systemd-stage-1 = handleTest ./fsck.nix { systemdStage1 = true; };