1
0

Fix changed behaviour of fetchGit

This commit is contained in:
2021-12-12 13:35:13 +01:00
parent a76916d06d
commit 13f9a3b6a3
8 changed files with 11 additions and 2 deletions

View File

@@ -15,6 +15,7 @@
forceSSL = true;
root = fetchGit {
url = "https://git.clerie.de/clerie/clerie.de.git";
ref = "main";
rev = "7fbb8042100fde4a8524eec656519eb8b48ae68a";
};
};