From dab68208877d3338ebd3975300c70db63eef1673 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Mon, 12 Feb 2024 17:32:48 +0800 Subject: [PATCH] feat: polish --- docs/nixpkgs/overlays.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nixpkgs/overlays.md b/docs/nixpkgs/overlays.md index fa16684..0a64211 100644 --- a/docs/nixpkgs/overlays.md +++ b/docs/nixpkgs/overlays.md @@ -91,7 +91,7 @@ One example of importing the above configuration as a NixOS module is as follows This is just an example. Please write your own overlays according to your needs. -## Multiple `nixpkgs` Instances with different Overlays +## Multiple nixpkgs Instances with different Overlays The `nixpkgs.overlays = [...];` mentioned above directly modifies the global nixpkgs instance `pkgs`. If your overlays make changes to some low-level packages, it might impact other modules. One downside is an increase in local compilation (due to cache invalidation),