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

10
devshell.nix Normal file
View file

@ -0,0 +1,10 @@
{ pkgs, perSystem, ... }:
pkgs.mkShell {
packages = [
pkgs.go
perSystem.gomod2nix.default
];
env = { };
}