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