Make templates point to right repo

This commit is contained in:
xenia 2024-05-17 21:23:26 +02:00
parent 96065924c7
commit 87f0f07f96
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
nix.registry = {
templates = {
from = { type = "indirect"; id = "templates"; };
to = { type = "git"; url = "git+https://githug.xyz/xenchel/templates"; };
to = { type = "git"; url = "https://githug.xyz/xenchel/templates"; };
};
nixpkgs.flake = nixpkgs-flake;
};

View File

@ -14,7 +14,7 @@
nix.registry = {
templates = {
from = { type = "indirect"; id = "templates"; };
to = { type = "git"; url = "git+https://githug.xyz/xenchel/templates"; };
to = { type = "git"; url = "https://githug.xyz/xenchel/templates"; };
};
nixpkgs.flake = nixpkgs-flake;
};