environment.corePackages

NixOS option

Set of core packages for a normal interactive system. Only change this if you know what you’re doing! Like with systemPackages, packages are installed to /run/current-system/sw. They are automatically available to all users, and are automatically updated every time you rebuild the system configuration.

type: list of package
Default
<rendered-html><p>these packages, with their <code>meta.priority</code> numerically
increased (thus lowering their installation priority):</p>
<pre><code>[ pkgs.acl pkgs.attr pkgs.bashInteractive pkgs.bzip2 pkgs.coreutils-full pkgs.cpio pkgs.curl pkgs.diffutils pkgs.findutils pkgs.gawk pkgs.getent pkgs.getconf pkgs.gnugrep pkgs.gnupatch pkgs.gnused pkgs.gnutar pkgs.gzip pkgs.xz pkgs.less pkgs.libcap pkgs.ncurses pkgs.netcat pkgs.mkpasswd pkgs.procps pkgs.su pkgs.time pkgs.util-linux pkgs.which pkgs.zstd ]</code></pre>
</rendered-html>
Example
[ ]
declared in: nixos/modules/config/system-path.nixView source on NixOS/nixpkgs →