From d550f99d5d1b89569ee512c2716e98e7dc3d81d3 Mon Sep 17 00:00:00 2001 From: bee Date: Tue, 5 May 2026 22:47:01 +0530 Subject: important stuff --- common/templates/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common/templates') diff --git a/common/templates/default.nix b/common/templates/default.nix index ce06868..465d5ea 100644 --- a/common/templates/default.nix +++ b/common/templates/default.nix @@ -1,17 +1,22 @@ inputs: { c = { path = ./clang; + description = "Rust template"; }; rust = { path = ./rust; + description = "Rust template"; }; zig = { path = ./zig; + description = "Rust template"; }; go = { path = ./go; + description = "Rust template"; }; python = { path = ./python; + description = "Rust template"; }; } -- cgit v1.3.1