{ 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; }; }; }