From e0370bf1d19cb3a44c550ddd280435f4cac896dd Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sun, 7 Aug 2022 18:37:19 -0600 Subject: [PATCH] make basic template the default --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 64ddeee..43e2b67 100644 --- a/flake.nix +++ b/flake.nix @@ -92,7 +92,8 @@ }); # Templates for starting other projects quickly - templates = { + templates = rec { + default = basic; basic = { path = ./templates/basic; description = "Basic program template";