From 0a03af717412f5477300d0a4a1f33d53f1e98f4a Mon Sep 17 00:00:00 2001 From: m3ta-chiron Date: Sat, 2 May 2026 09:53:05 +0200 Subject: [PATCH] fix: use SSH for m3ta-nixpkgs input --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4b600b4..7a0b02c 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+ssh://gitea@code.m3ta.dev/m3tam3re/nixpkgs"; inputs.nixpkgs.follows = "nixpkgs"; };