fix: correct repo name nixpkgs (not m3ta-nixpkgs)

This commit is contained in:
2026-05-02 09:51:16 +02:00
parent ed4ff6929a
commit e446f6eefd
+1 -1
View File
@@ -12,7 +12,7 @@
nix-colors.url = "github:misterio77/nix-colors"; nix-colors.url = "github:misterio77/nix-colors";
m3ta-nixpkgs = { 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"; inputs.nixpkgs.follows = "nixpkgs";
}; };