From 5263c62c29957c42f6121efe080955e9d014cd26 Mon Sep 17 00:00:00 2001 From: ulic-youthlic Date: Sat, 12 Jul 2025 05:57:26 +0800 Subject: [PATCH] README: Update README.md to include lib as flake output --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f0f4308..47d52e6 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ Hey, you. This is my nixos configurations. | `outputs` field | description | source | | :---------------------------------------- | :-------------------------------------------------------------------------- | :--------------------------------------- | | `packages` | packages imported or wrapped from elsewhere | ./pkgs | +| `lib` | patched nixpkgs.lib to include self-defined helper function | ./lib | | `overlays.modifications` | the overlays modify `` | ./overlays/modifications | | `overlays.additions` | the ovelrays add packages in `` | ./overlays/additions | | `nixosModules.default` | nixos modules shared on different nixos machines | ./nixos/modules |