From bcc64fb7bd2a5184b7e71bdcc3545fe7796b7e61 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 18 Jan 2024 14:56:25 +0100 Subject: [PATCH] This is probably smart too, change the URL to my repository --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 97f2220..57f2e37 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,7 @@ --experimental-features 'nix-command flakes' \ flake init \ --template \ - "github:the-nix-way/dev-templates#''${TEMPLATE}" + "git+https://git.lillianviolet.dev/Lillian-Violet/dev-templates.git#''${TEMPLATE}" ''; update = prev.writeScriptBin "update" '' for dir in `ls -d */`; do # Iterate through all the templates