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

nixos/open-web-calendar: init module

(cherry picked from commit 897954b8ae)
This commit is contained in:
Kerstin Humm 2024-09-16 16:37:49 +02:00 committed by github-actions[bot]
parent d2496adbfa
commit 9a5238a2ff
4 changed files with 215 additions and 0 deletions

View file

@ -746,6 +746,7 @@ in {
openstack-image-userdata = (handleTestOn ["x86_64-linux"] ./openstack-image.nix {}).userdata or {};
opentabletdriver = handleTest ./opentabletdriver.nix {};
opentelemetry-collector = handleTest ./opentelemetry-collector.nix {};
open-web-calendar = handleTest ./web-apps/open-web-calendar.nix {};
ocsinventory-agent = handleTestOn [ "x86_64-linux" "aarch64-linux" ] ./ocsinventory-agent.nix {};
owncast = handleTest ./owncast.nix {};
outline = handleTest ./outline.nix {};