resholve: update README

Tracking upstream change in:
abathur/resholve@4f5d9203b5
This commit is contained in:
Travis A. Everett 2023-09-03 21:38:07 -05:00 committed by Yt
parent b64704d40f
commit 615f37daf0

View File

@ -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 | `<list>` | scripts to resolve (`$out`-relative paths) |
| interpreter | `"none"` `<path>` | The absolute interpreter `<path>` for the script's shebang. The special value `none` ensures there is no shebang. |
| inputs | `<packages>` | Packages to resolve external dependencies from. |
| inputs | `<packages>` `<paths>` | A list of packages and string paths to directories/files to resolve external dependencies from. |
| fake | `<directives>` | pretend some commands exist |
| fix | `<directives>` | fix things we can't auto-fix/ignore |
| keep | `<directives>` | keep things we can't auto-fix/ignore |