README: Update README.md to include lib as flake output

This commit is contained in:
ulic-youthlic 2025-07-12 05:57:26 +08:00
parent 21fa9545c2
commit 5263c62c29
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -36,6 +36,7 @@ Hey, you. This is my nixos configurations.
| `outputs` field | description | source | | `outputs` field | description | source |
| :---------------------------------------- | :-------------------------------------------------------------------------- | :--------------------------------------- | | :---------------------------------------- | :-------------------------------------------------------------------------- | :--------------------------------------- |
| `packages` | packages imported or wrapped from elsewhere | ./pkgs | | `packages` | packages imported or wrapped from elsewhere | ./pkgs |
| `lib` | patched nixpkgs.lib to include self-defined helper function | ./lib |
| `overlays.modifications` | the overlays modify `<nixpkgs>` | ./overlays/modifications | | `overlays.modifications` | the overlays modify `<nixpkgs>` | ./overlays/modifications |
| `overlays.additions` | the ovelrays add packages in `<nixpkgs>` | ./overlays/additions | | `overlays.additions` | the ovelrays add packages in `<nixpkgs>` | ./overlays/additions |
| `nixosModules.default` | nixos modules shared on different nixos machines | ./nixos/modules | | `nixosModules.default` | nixos modules shared on different nixos machines | ./nixos/modules |