From 5aa813dcc942d05485b89a89e734d231f31eaa9f Mon Sep 17 00:00:00 2001 From: danbst Date: Fri, 8 Mar 2019 11:23:30 +0200 Subject: [PATCH] pkgs/top-level: little doc fix for mkMassRebuild --- pkgs/top-level/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/config.nix b/pkgs/top-level/config.nix index 62e4bebe449..17ded76a064 100644 --- a/pkgs/top-level/config.nix +++ b/pkgs/top-level/config.nix @@ -22,7 +22,7 @@ let description = (args.description or '' Whether to ${args.feature} while building nixpkgs packages. '') + '' - Changing the default will cause a mass rebuild. + Changing the default may cause a mass rebuild. ''; });