feat: add hhu calendar
This commit is contained in:
commit
3e4c6c77cb
35 changed files with 4116 additions and 0 deletions
10
devshell.nix
Normal file
10
devshell.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, perSystem, ... }:
|
||||
|
||||
pkgs.mkShell {
|
||||
packages = [
|
||||
pkgs.go
|
||||
perSystem.gomod2nix.default
|
||||
];
|
||||
|
||||
env = { };
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue