Reformat structure section in readme
This commit is contained in:
parent
36688e8acd
commit
402cf49968
1 changed files with 12 additions and 9 deletions
21
readme.md
21
readme.md
|
@ -10,17 +10,20 @@ If you want to build upon them I encourage you to fork this repository.
|
|||
|
||||
## Structure
|
||||
|
||||
`nixos-module.nix` \
|
||||
**↳** The top-level NixOS module containing all package expressions as an overlay, and all package modules.
|
||||
Once imported the overlay contents can be found under `pkgs . kernelmaft`.
|
||||
`nixos-module.nix`
|
||||
|
||||
`packages/<package-name>/package.nix` \
|
||||
**↳** A Nix package expression.
|
||||
- The top-level NixOS module containing all package expressions as an overlay, and all package modules.
|
||||
Once imported the overlay contents can be found under `pkgs . kernelmaft`.
|
||||
|
||||
`packages/<package-name>/nixos-module.nix` \
|
||||
**↳** NixOS module providing additional features for the package in question, such as for example systemd units.
|
||||
Can be imported directly, but is also imported by the top-level module.
|
||||
Not present for all packages.
|
||||
`packages/<package-name>/package.nix`
|
||||
|
||||
- A Nix package expression.
|
||||
|
||||
`packages/<package-name>/nixos-module.nix`
|
||||
|
||||
- NixOS module providing additional features for the package in question, such as for example systemd units.
|
||||
Can be imported directly, but is also imported by the top-level module.
|
||||
Not present for all packages.
|
||||
|
||||
## Examples
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue