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