{ description = "Some flake templates"; outputs = { self, nixpkgs }: { template.minimum = { path = ./minimum; description = "Minimal sane flake"; welcomeText = "mjau‼"; }; template.rust = { path = ./rust; description = "Minimal flake for rust with overlay and devshell"; welcomeText = "mjau 🦀🦀🦀"; }; }; }