From 258f45400c54394eb05f4d5b7d0345f0bc99cf61 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Mon, 24 Aug 2026 16:54:08 +0200 Subject: [PATCH] chore: unshallow hecuba-services --- flake.lock | 3 +-- flake.nix | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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 = {