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' \
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