Rust template

This commit is contained in:
xenia 2023-10-12 16:08:58 +02:00
parent 57fd5c46b2
commit eb5284741f

View File

@ -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 🦀🦀🦀";
};
};
}