mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 18:34:56 +08:00
16 lines
362 B
Nix
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";
|
|
};
|
|
}
|