From 92fff1b0b49552f80cc9e0dd7c9acb737f0178a0 Mon Sep 17 00:00:00 2001 From: jhonas Date: Tue, 1 Feb 2022 02:07:35 +0100 Subject: [PATCH] Add defaultTemplate.path --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ca8ef62..155a1c5 100644 --- a/flake.nix +++ b/flake.nix @@ -45,6 +45,7 @@ import ./tritonshell.nix { inherit extraDevshellPkgs devshell pkgs pkgsUnstable pkgs20-09 self system; }; }) // { # merge this into the attr set above - defaultTemplate.description = "nix flake new 'git+https://git.greenbaum.cloud/greenbaum.cloud/tritonshell'"; + defaultTemplate.description = "nix flake new -t 'git+https://git.greenbaum.cloud/greenbaum.cloud/tritonshell' tritonshell"; + defaultTemplate.path = "./"; }; }