diff --git a/flake.lock b/flake.lock index 0f28946..48b6416 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } diff --git a/flake.nix b/flake.nix index 15d3354..f1ffdcc 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?shallow=1&ref=main"; + url = "git+ssh://git@github.com/hektor/hecuba-services?ref=main"; flake = false; }; git-hooks = {