Add defaultTemplate.path

This commit is contained in:
jhonas 2022-02-01 02:07:35 +01:00
parent bf103953de
commit 92fff1b0b4
Signed by: teutat3s
GPG key ID: 924889A86D0B0FEB

View file

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