From ed4ff6929a1f7dce820d0f1f09c2e0603bcc0187 Mon Sep 17 00:00:00 2001 From: m3ta-chiron Date: Sat, 2 May 2026 09:50:18 +0200 Subject: [PATCH] fix: use SSH for m3ta-nixpkgs input (HTTPS triggers auth) --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 18ebfdd..7e87e38 100644 --- a/flake.nix +++ b/flake.nix @@ -12,7 +12,7 @@ nix-colors.url = "github:misterio77/nix-colors"; m3ta-nixpkgs = { - url = "git+https://code.m3ta.dev/m3tam3re/m3ta-nixpkgs"; + url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/m3ta-nixpkgs"; inputs.nixpkgs.follows = "nixpkgs"; };