From ebf814a6fff6467383eac0c1aafdfa4eef34ecc5 Mon Sep 17 00:00:00 2001 From: Reinout Meliesie Date: Fri, 15 May 2026 14:41:31 +0200 Subject: [PATCH] Add PKGBUILD info to readme Also clarify readme info about individual nix package expressions. --- readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 9e13ef1..2980bb5 100644 --- a/readme.md +++ b/readme.md @@ -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. + +`/PKGBUILD` + +- Arch Linux PKGBUILD for the individual utility. `/package.nix` -- A Nix package expression. +- The Nix package expression for the individual utility. `/nixos-module.nix`