feat: add hhu calendar

This commit is contained in:
cato-001 2026-01-02 22:47:28 +01:00
commit 3e4c6c77cb
35 changed files with 4116 additions and 0 deletions

8
package.nix Normal file
View file

@ -0,0 +1,8 @@
{ pkgs, ... }:
pkgs.buildGoApplication {
pname = "calapi";
version = "0.0.1";
src = ./src;
modules = ./src/gomod2nix.toml;
}