diff options
| author | bee <beebeeb5k@gmail.com> | 2026-05-05 22:47:01 +0530 |
|---|---|---|
| committer | bee <beebeeb5k@gmail.com> | 2026-05-05 22:47:01 +0530 |
| commit | d550f99d5d1b89569ee512c2716e98e7dc3d81d3 (patch) | |
| tree | c4bf1dc2b80a4cf1a17d690f5e568c2bf1154fad /common/templates/default.nix | |
| parent | cd08309515bce3796777f4b20efffd379b9fabcc (diff) | |
important stuff
Diffstat (limited to 'common/templates/default.nix')
| -rw-r--r-- | common/templates/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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"; }; } |
