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

@@ -7,6 +7,7 @@
let
src = fetchGit {
url = "https://git.clerie.de/clerie/iot-data.git";
ref = "main";
rev = "f60e3a3f89549b4ce88df20888c08a01062d086a";
};
pname = "iot-data";