{ description = "Provides nix flakes for development"; outputs = { self }: { templates = { rust = { path = ./rust; description = "A standard Rust development environment"; }; bun = { path = ./bun; description = "Flake for making a bun project"; }; }; }; }