Add defaultTemplate.path
This commit is contained in:
parent
bf103953de
commit
92fff1b0b4
|
@ -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 = "./";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue