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' \
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue