11 lines
300 B
Nix
11 lines
300 B
Nix
{
|
|
description = "nix flake template for devs & ops environment with triton";
|
|
|
|
outputs = { self }: {
|
|
defaultTemplate = {
|
|
description = "nix flake new --template 'git+https://git.greenbaum.cloud/greenbaum.cloud/tritonshell?ref=main' ./tritonshell";
|
|
path = ./template;
|
|
};
|
|
};
|
|
}
|