{ description = "A collection of flake templates"; outputs = { self }: { rust = { path = ./rust; description = "Rust template"; }; }; }