This is probably smart too, change the URL to my repository
This commit is contained in:
parent
902ed54822
commit
bcc64fb7bd
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue