summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2018-10-27 14:51:54 +0200
committerRobert Hensing <robert@roberthensing.nl>2018-10-27 14:51:54 +0200
commita54a799d59f2a4fba2e119e0c42dbe96c2c74a68 (patch)
treefe242efaede6df22fbc233ff28a0fcb10d745961 /pkgs
parent889a5c35127e4e6b2c722611dcaa9c802337446b (diff)
downloadnixpkgs-a54a799d59f2a4fba2e119e0c42dbe96c2c74a68.tar
nixpkgs-a54a799d59f2a4fba2e119e0c42dbe96c2c74a68.tar.gz
nixpkgs-a54a799d59f2a4fba2e119e0c42dbe96c2c74a68.tar.bz2
nixpkgs-a54a799d59f2a4fba2e119e0c42dbe96c2c74a68.tar.lz
nixpkgs-a54a799d59f2a4fba2e119e0c42dbe96c2c74a68.tar.xz
nixpkgs-a54a799d59f2a4fba2e119e0c42dbe96c2c74a68.tar.zst
nixpkgs-a54a799d59f2a4fba2e119e0c42dbe96c2c74a68.zip
NixOS: nixpkgs.pkgs: Append overlays when specified
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 782fb6d8dd8..d0038d8c256 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -22091,7 +22091,7 @@ with pkgs;
    *            The result can be extended in the modules by defining
    *            extra options in system.build.
    *
-   * Unlike in plain NixOS, the nixpkgs.config, nixpkgs.overlays and
+   * Unlike in plain NixOS, the nixpkgs.config and
    * nixpkgs.system options will be ignored by default. Instead,
    * nixpkgs.pkgs will have the default value of pkgs as it was
    * constructed right after invoking the nixpkgs function (e.g. the