Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Nixos 有一个默认的系统包列表:
https://github.com/NixOS/nixpkgs/blob/582313bafef4c81cb6df2dcf2ece4757eb5c8082/nixos/modules/config/system-path.nix
如何从environment.systemPackages(例如texinfo)中排除一些预定义的包?
environment.systemPackages
texinfo
NixOS 模块系统目前不支持此功能。您可以使用mkForce默认优先级覆盖选项值的所有定义,但这将摆脱所有预定义的包,这不是您想要的。
mkForce