summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorpacien <pacien.trangirard@pacien.net>2021-01-11 03:39:57 +0100
committerpacien <pacien.trangirard@pacien.net>2021-01-11 03:39:57 +0100
commit108fd69a8c40d4488c96fd275430b6638fed19df (patch)
treea66df3e39348675f8862a3a04d984ccae207b5b5 /doc
parent165937d01ec18c80c6171fa44df054207efebe93 (diff)
fishPlugins.buildFishPlugin: rename checkFunctionPath parameter
Diffstat (limited to 'doc')
-rw-r--r--doc/builders/packages/fish.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/builders/packages/fish.section.md b/doc/builders/packages/fish.section.md
index 43956fc531bb..3086bd68348f 100644
--- a/doc/builders/packages/fish.section.md
+++ b/doc/builders/packages/fish.section.md
@@ -27,7 +27,7 @@ scripts from `$src/{completions,conf,conf.d,functions}` to the standard vendor
installation paths. It also sets up the test environment so that the optional
`checkPhase` is executed in a Fish shell with other already packaged plugins
and package-local Fish functions specified in `checkPlugins` and
-`checkFunctionPath` respectively.
+`checkFunctionDirs` respectively.
See `pkgs/shells/fish/plugins/pure.nix` for an example of Fish plugin package
using `buildFishPlugin` and running unit tests with the `fishtape` test runner.