From 615f37daf0564a99f8b0f3c8782bf27fd8adee23 Mon Sep 17 00:00:00 2001 From: "Travis A. Everett" Date: Sun, 3 Sep 2023 21:38:07 -0500 Subject: resholve: update README Tracking upstream change in: abathur/resholve@4f5d9203b57e631b0522ac6309884f381be17557 --- pkgs/development/misc/resholve/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pkgs/development/misc/resholve') diff --git a/pkgs/development/misc/resholve/README.md b/pkgs/development/misc/resholve/README.md index 18d98f364f282..c3be4ad5b9f24 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 | -- cgit 1.4.1