doc: update README
This commit is contained in:
parent
2225d6a02c
commit
50a0f0abc2
1 changed files with 7 additions and 2 deletions
|
|
@ -38,8 +38,13 @@ there are three or four:
|
||||||
|
|
||||||
1. The programming language
|
1. The programming language
|
||||||
2. The build system used to compile/package the repository
|
2. The build system used to compile/package the repository
|
||||||
3. The Nix library/evaluation system used in the flake itself
|
3. The Nix evaluation system used in the flake itself
|
||||||
4. (Optional) Additional differences in project structure
|
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
|
For example, the `python_pyproject_nixpkgs_cli` template generates a Python
|
||||||
repository packaged in Pyproject format where the flake uses Nixpkgs' standard
|
repository packaged in Pyproject format where the flake uses Nixpkgs' standard
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue