summary refs log tree commit diff
path: root/doc/builders/packages
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/builders/packages
parent165937d01ec18c80c6171fa44df054207efebe93 (diff)
downloadnixpkgs-108fd69a8c40d4488c96fd275430b6638fed19df.tar
nixpkgs-108fd69a8c40d4488c96fd275430b6638fed19df.tar.gz
nixpkgs-108fd69a8c40d4488c96fd275430b6638fed19df.tar.bz2
nixpkgs-108fd69a8c40d4488c96fd275430b6638fed19df.tar.lz
nixpkgs-108fd69a8c40d4488c96fd275430b6638fed19df.tar.xz
nixpkgs-108fd69a8c40d4488c96fd275430b6638fed19df.tar.zst
nixpkgs-108fd69a8c40d4488c96fd275430b6638fed19df.zip
fishPlugins.buildFishPlugin: rename checkFunctionPath parameter
Diffstat (limited to 'doc/builders/packages')
-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 43956fc531b..3086bd68348 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.