From e446f6eefd58cc733c9a49497f38c5ae774b1cdf Mon Sep 17 00:00:00 2001 From: m3ta-chiron Date: Sat, 2 May 2026 09:51:16 +0200 Subject: [PATCH] fix: correct repo name nixpkgs (not m3ta-nixpkgs) --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7e87e38..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"; + url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/nixpkgs"; inputs.nixpkgs.follows = "nixpkgs"; };