nix/lib/templates/default.nix
Daniel Flanagan 7915f78ee3
Some checks failed
/ check (push) Failing after 25s
WIP!
2025-02-14 13:04:04 -06:00

30 lines
723 B
Nix

{
rust = {
path = ./rust;
description = "A template for working on a Rust project";
};
nix-flake = {
path = ./nix-flake;
description = "A template for working on a Nix flake";
};
deno = {
path = ./deno;
description = "A template for working on a TypeScript and Deno project";
};
elixir = {
path = ./elixir;
description = "A template for working on an Elixir project";
};
godot = {
path = ./godot;
description = "A template for working on a Godot game or project";
};
nim = {
path = ./nim;
description = "A template for working on a Nim project";
};
gleam = {
path = ./gleam;
description = "A template for working on a Gleam project";
};
}