From ed35a3a7381ccf83ad8c4f2f5a9488ef1f6962ba Mon Sep 17 00:00:00 2001 From: PgBiel <9021226+PgBiel@users.noreply.github.com> Date: Fri, 27 Dec 2024 13:52:25 -0300 Subject: [PATCH] set cli::new default target to nix --- compiler-cli/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-cli/src/main.rs b/compiler-cli/src/main.rs index 5c7392e56..5967bff6f 100644 --- a/compiler-cli/src/main.rs +++ b/compiler-cli/src/main.rs @@ -302,7 +302,7 @@ pub struct NewOptions { #[arg(long)] pub name: Option, - #[arg(long, ignore_case = true, default_value = "erlang", help = template_doc())] + #[arg(long, ignore_case = true, default_value = "nix", help = template_doc())] pub template: new::Template, /// Skip git initialization and creation of external/{stdlib,gleeunit}, .gitignore,