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 = "./"; }; }