From c32398807dc8f5289ffe3b91aa77821f5cb44b06 Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Wed, 19 Apr 2023 18:27:17 +0400 Subject: [PATCH] Document projectDir dependencies --- modules/types/poetry.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/types/poetry.nix b/modules/types/poetry.nix index 1e2d4777..1fd98be7 100644 --- a/modules/types/poetry.nix +++ b/modules/types/poetry.nix @@ -14,6 +14,9 @@ in { description = lib.mdDoc '' Path to the root of the poetry project that provides this ${kernelName} kernel. + + This poetry project must have the required kernel as a dependency. + You can also add your own dependencies to it, and they will end up in the resulting environment. ''; }; @@ -100,6 +103,8 @@ in { example = lib.literalExpression "true"; description = lib.mdDoc '' Use wheels rather than sdist as much as possible. + + This may be a viable workaround when packages do not build with Nix but there are wheels available. ''; };