tritonshell/flake.nix

11 lines
300 B
Nix
Raw Normal View History

2022-01-21 16:55:29 +00:00
{
2022-02-01 01:30:23 +00:00
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;
};
};
2022-01-21 16:55:29 +00:00
}