pkgs/top-level: little doc fix for mkMassRebuild

This commit is contained in:
danbst 2019-03-08 11:23:30 +02:00
parent 4a647dd225
commit 5aa813dcc9

View file

@ -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.
'';
});