nixos/templates/default.nix

7 lines
75 B
Nix
Raw Normal View History

2025-05-03 23:23:02 +08:00
{
rust = {
path = ./rust;
description = "Rust template.";
};
}