diff --git a/pkgs/development/misc/resholve/README.md b/pkgs/development/misc/resholve/README.md index 18d98f364f28..c3be4ad5b9f2 100644 --- a/pkgs/development/misc/resholve/README.md +++ b/pkgs/development/misc/resholve/README.md @@ -44,7 +44,6 @@ Here's a simple example of how `resholve.mkDerivation` is already used in nixpkg { lib , fetchFromGitHub , resholve -, substituteAll , bash , coreutils , goss @@ -154,7 +153,7 @@ that the `resholve` CLI expects. Here's an overview: |--------|------|------------| | scripts | `` | scripts to resolve (`$out`-relative paths) | | interpreter | `"none"` `` | The absolute interpreter `` for the script's shebang. The special value `none` ensures there is no shebang. | -| inputs | `` | Packages to resolve external dependencies from. | +| inputs | `` `` | A list of packages and string paths to directories/files to resolve external dependencies from. | | fake | `` | pretend some commands exist | | fix | `` | fix things we can't auto-fix/ignore | | keep | `` | keep things we can't auto-fix/ignore |