Loading pkgs/by-name/po/poetry/unwrapped.nix +2 −0 Original line number Diff line number Diff line Loading @@ -82,6 +82,8 @@ buildPythonPackage rec { ++ pbs-installer.optional-dependencies.download ++ pbs-installer.optional-dependencies.install; pythonRelaxDeps = [ "installer" ]; postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' installShellCompletion --cmd poetry \ --bash <($out/bin/poetry completions bash) \ Loading Loading
pkgs/by-name/po/poetry/unwrapped.nix +2 −0 Original line number Diff line number Diff line Loading @@ -82,6 +82,8 @@ buildPythonPackage rec { ++ pbs-installer.optional-dependencies.download ++ pbs-installer.optional-dependencies.install; pythonRelaxDeps = [ "installer" ]; postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' installShellCompletion --cmd poetry \ --bash <($out/bin/poetry completions bash) \ Loading