doc: update README

This commit is contained in:
Kiana Sheibani 2025-11-26 17:44:19 -05:00
parent 2225d6a02c
commit 50a0f0abc2
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -38,8 +38,13 @@ there are three or four:
1. The programming language
2. The build system used to compile/package the repository
3. The Nix library/evaluation system used in the flake itself
4. (Optional) Additional differences in project structure
3. The Nix evaluation system used in the flake itself
4. (Optional) Additional differences in project structure, including but not
limited to:
- `basic`: Minimal acceptable project structure
- `cli`: Sample CLI program
- `gui`: Sample GUI program
- `lib`: Library
For example, the `python_pyproject_nixpkgs_cli` template generates a Python
repository packaged in Pyproject format where the flake uses Nixpkgs' standard