feat: polish

This commit is contained in:
Ryan Yin 2024-02-12 17:32:48 +08:00
parent 73a1a65442
commit dab6820887

View File

@ -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),