Add PKGBUILD info to readme

Also clarify readme info about individual nix package expressions.
This commit is contained in:
Reinout Meliesie 2026-05-15 14:41:31 +02:00
commit ebf814a6ff
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6

View file

@ -6,18 +6,18 @@ A packaged assortment of helpers for Arch Linux and NixOS.
## Structure
`PKGBUILD`
- Coming soon.
`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`.
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`
- A Nix package expression.
- The Nix package expression for the individual utility.
`<util-name>/nixos-module.nix`