From 0537f488717d8d190bbaa80a097dcb188c0d84ba Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Sat, 11 Dec 2021 17:58:47 +0100 Subject: correct description of nativeBuildInputs --- modules/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules/default.nix') diff --git a/modules/default.nix b/modules/default.nix index 81cbb5c..a11fbda 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -22,7 +22,7 @@ in { type = types.listOf types.package; default = [ ]; description = '' - The list of derivations which will be made available to the environment. + A list of derivations which will be made available to the environment. ''; example = literalExample '' [ pkgs.ocamlPackages.owl ] @@ -32,7 +32,8 @@ in { type = types.listOf types.package; default = [ ]; description = '' - The list of derivations which will be made available to the environment at run-time. + A list of derivations which will be made available to the environment + and will be propagated. ''; example = literalExample '' [ pkgs.python3 ]; -- cgit v1.2.3