Update submodule configuration

This commit is contained in:
Danila Fedorin 2022-04-09 02:54:08 -07:00
parent b67c1ab615
commit 1ce0e8903f
2 changed files with 3 additions and 3 deletions

3
.gitmodules vendored
View File

@ -1,9 +1,6 @@
[submodule "code/aoc-2020"]
path = code/aoc-2020
url = https://dev.danilafe.com/Advent-of-Code/AdventOfCode-2020.git
[submodule "code/libabacus"]
path = code/libabacus
url = https://dev.danilafe.com/Experiments/libabacus
[submodule "themes/vanilla"]
path = themes/vanilla
url = https://dev.danilafe.com/Web-Projects/vanilla-hugo.git

View File

@ -3,6 +3,9 @@
[params.submoduleLinks.aoc2020]
url = "https://dev.danilafe.com/Advent-of-Code/AdventOfCode-2020/src/commit/7a8503c3fe1aa7e624e4d8672aa9b56d24b4ba82"
path = "aoc-2020"
[params.submoduleLinks.blogstaticflake]
url = "vanilla@dev.danilafe.com:Nix-Configs/blog-static-flake/src/commit/f2bb36b862b7c730c42abb0b759ddd3c1c4f3d4b"
path = "blog-static-flake"
[params.submoduleLinks.serverconfig]
url = "https://dev.danilafe.com/Nix-Configs/server-config/src/commit/98cffe09546aee1678f7baebdea5eb5fef288935"
path = "server-config"