diff --git a/flake.lock b/flake.lock index ace73c08..e02c92c7 100644 --- a/flake.lock +++ b/flake.lock @@ -415,16 +415,17 @@ "hecuba-services": { "flake": false, "locked": { - "lastModified": 1783879508, - "narHash": "sha256-iVzLmKGet/kmKniaFD2ICyPGnxVAOlQmmNElUDfWcns=", + "lastModified": 1783890233, + "narHash": "sha256-QHzFga+LWf7mtB0JHwKT5UNJ8GVrfrGth536x3maEko=", "ref": "main", - "rev": "1b2960706ebaa6e271c80273f00f65fda3027127", - "revCount": 28, + "rev": "7de9f227d3f6ac05e9589182242a1265ddd1e793", + "shallow": true, "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" } diff --git a/flake.nix b/flake.nix index f1ffdcc1..15d33540 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; hecuba-services = { - url = "git+ssh://git@github.com/hektor/hecuba-services?ref=main"; + url = "git+ssh://git@github.com/hektor/hecuba-services?shallow=1&ref=main"; flake = false; }; git-hooks = {