Add PKGBUILD info to readme
Also clarify readme info about individual nix package expressions.
This commit is contained in:
parent
e52b96a048
commit
ebf814a6ff
1 changed files with 6 additions and 6 deletions
12
readme.md
12
readme.md
|
|
@ -6,18 +6,18 @@ A packaged assortment of helpers for Arch Linux and NixOS.
|
||||||
|
|
||||||
## Structure
|
## Structure
|
||||||
|
|
||||||
`PKGBUILD`
|
|
||||||
|
|
||||||
- Coming soon.
|
|
||||||
|
|
||||||
`nixos-module.nix`
|
`nixos-module.nix`
|
||||||
|
|
||||||
- The top-level NixOS module containing all package expressions as an overlay, and all package modules.
|
- 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`.
|
Once imported the overlay contents can be found under `pkgs` like any other.
|
||||||
|
|
||||||
|
`<util-name>/PKGBUILD`
|
||||||
|
|
||||||
|
- Arch Linux PKGBUILD for the individual utility.
|
||||||
|
|
||||||
`<util-name>/package.nix`
|
`<util-name>/package.nix`
|
||||||
|
|
||||||
- A Nix package expression.
|
- The Nix package expression for the individual utility.
|
||||||
|
|
||||||
`<util-name>/nixos-module.nix`
|
`<util-name>/nixos-module.nix`
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue