From f23547b9bd2dded76d901bc16f5cd759bf80bb6d Mon Sep 17 00:00:00 2001 From: hektor Date: Mon, 13 Jul 2026 00:17:00 +0200 Subject: [PATCH] hecuba: pin hecuba-services input shallow over ssh --- flake.lock | 8 +++++--- flake.nix | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index d3c17e8..e02c92c 100644 --- a/flake.lock +++ b/flake.lock @@ -417,13 +417,15 @@ "locked": { "lastModified": 1783890233, "narHash": "sha256-QHzFga+LWf7mtB0JHwKT5UNJ8GVrfrGth536x3maEko=", - "owner": "hektor", - "repo": "hecuba-services", + "ref": "main", "rev": "7de9f227d3f6ac05e9589182242a1265ddd1e793", - "type": "github" + "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 f1ffdcc..15d3354 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 = {