diff --git a/darwin.nix b/darwin.nix index 28352491..28b8e255 100644 --- a/darwin.nix +++ b/darwin.nix @@ -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; }; diff --git a/nixos/base.nix b/nixos/base.nix index 8fface2d..7b5e8dbc 100644 --- a/nixos/base.nix +++ b/nixos/base.nix @@ -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; };