diff options
| author | patrick-scho | 2025-04-11 14:06:55 +0200 |
|---|---|---|
| committer | patrick-scho | 2025-04-11 14:06:55 +0200 |
| commit | 4dd72bd444298a01fea2e17d5ba9915489c6f6ad (patch) | |
| tree | 45232f3e7373dee2cabb4c48a71b723d0c06a2ec /.gitmodules | |
| parent | 756346507acccc810c23b895caa937483cf9d0a8 (diff) | |
| download | chirp-4dd72bd444298a01fea2e17d5ba9915489c6f6ad.tar.gz chirp-4dd72bd444298a01fea2e17d5ba9915489c6f6ad.zip | |
update flake.nix and add dependencies as submodules
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..124ee89 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "ext/zighttp"] + path = ext/zighttp + url = git@psch.dev:zighttp +[submodule "ext/ziglmdb"] + path = ext/ziglmdb + url = git@psch.dev:ziglmdb |
