This is probably smart too, change the URL to my repository

This commit is contained in:
Lillian Violet 2024-01-18 14:56:25 +01:00
parent 902ed54822
commit bcc64fb7bd

View file

@ -26,7 +26,7 @@
--experimental-features 'nix-command flakes' \ --experimental-features 'nix-command flakes' \
flake init \ flake init \
--template \ --template \
"github:the-nix-way/dev-templates#''${TEMPLATE}" "git+https://git.lillianviolet.dev/Lillian-Violet/dev-templates.git#''${TEMPLATE}"
''; '';
update = prev.writeScriptBin "update" '' update = prev.writeScriptBin "update" ''
for dir in `ls -d */`; do # Iterate through all the templates for dir in `ls -d */`; do # Iterate through all the templates