feat: add hhu calendar
This commit is contained in:
commit
3e4c6c77cb
35 changed files with 4116 additions and 0 deletions
8
package.nix
Normal file
8
package.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
pkgs.buildGoApplication {
|
||||
pname = "calapi";
|
||||
version = "0.0.1";
|
||||
src = ./src;
|
||||
modules = ./src/gomod2nix.toml;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue