chore: unshallow hecuba-services

This commit is contained in:
2026-08-25 13:07:20 +02:00
parent c5cb5e9895
commit 258f45400c
2 changed files with 2 additions and 3 deletions
Generated
+1 -2
View File
@@ -422,13 +422,12 @@
"narHash": "sha256-hZCD0M5mt6gP5z21dYOslx9d7aoF5XTCgB0axt8O+SA=",
"ref": "main",
"rev": "838434daa9844608863c93627aa466a0109237b5",
"shallow": true,
"revCount": 209,
"type": "git",
"url": "ssh://git@github.com/hektor/hecuba-services"
},
"original": {
"ref": "main",
"shallow": true,
"type": "git",
"url": "ssh://git@github.com/hektor/hecuba-services"
}
+1 -1
View File
@@ -31,7 +31,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
hecuba-services = {
url = "git+ssh://git@github.com/hektor/hecuba-services?shallow=1&ref=main";
url = "git+ssh://git@github.com/hektor/hecuba-services?ref=main";
flake = false;
};
git-hooks = {