EdenQwQ/templates/default.nix
2025-04-29 14:16:34 +08:00

16 lines
362 B
Nix

{
python-basic = {
path = ./python-basic;
description = "Python with basic modules for organizing data";
};
python-analyze = {
path = ./python-analyze;
description = "Python with modules for analyzing data";
};
flake-parts-package = {
path = ./flake-parts-package;
description = "Package declaration with flake-parts";
};
}