From 66b1dc72f5fe07c6a1e147f06b4aa5ae70ba1530 Mon Sep 17 00:00:00 2001 From: m3ta-chiron Date: Mon, 3 Aug 2026 06:31:43 +0200 Subject: [PATCH] fix: agent-lib-legacy repo url --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e7a6855..9ef128d 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ agent-lib = { # url = "path:/home/m3tam3re/p/NIX/agent-lib"; - url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/agent-lib"; + url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/agent-lib-legacy"; inputs.nixpkgs.follows = "nixpkgs"; };