diff --git a/flake.nix b/flake.nix index 34062b4..e7a1e2e 100644 --- a/flake.nix +++ b/flake.nix @@ -7,5 +7,10 @@ description = "Minimal sane flake"; welcomeText = "mjau‼"; }; + template.rust = { + path = ./rust; + description = "Minimal flake for rust with overlay and devshell"; + welcomeText = "mjau 🦀🦀🦀"; + }; }; }