From eb5284741fb2cea095ae9ed6d46b5b9b07bb93d4 Mon Sep 17 00:00:00 2001 From: xenia Date: Thu, 12 Oct 2023 16:08:58 +0200 Subject: [PATCH] Rust template --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) 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 🦀🦀🦀"; + }; }; }