mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2024-11-21 23:53:12 +01:00
feat: polish
This commit is contained in:
parent
73a1a65442
commit
dab6820887
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user