Make templates point to right repo
This commit is contained in:
parent
96065924c7
commit
87f0f07f96
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user