From 87f0f07f966b35a20ef59096c25b80b3ecb795cc Mon Sep 17 00:00:00 2001 From: xenia Date: Fri, 17 May 2024 21:23:26 +0200 Subject: [PATCH] Make templates point to right repo --- darwin.nix | 2 +- nixos/base.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; };