+7
-7
doc/build-helpers/dev-shell-tools.chapter.md
+7
-7
doc/build-helpers/dev-shell-tools.chapter.md
······
+2
-2
doc/build-helpers/special/makesetuphook.section.md
+2
-2
doc/build-helpers/special/makesetuphook.section.md
···### setup hook that depends on the hello package and runs hello and @shell@ is substituted with path to bash {#sec-pkgs.makeSetupHook-usage-example}···
+6
-4
doc/hooks/memcached-test-hook.section.md
+6
-4
doc/hooks/memcached-test-hook.section.md
······
+6
-4
doc/hooks/redis-test-hook.section.md
+6
-4
doc/hooks/redis-test-hook.section.md
······
+6
doc/languages-frameworks/android.section.md
+6
doc/languages-frameworks/android.section.md
···Use the `android-studio-full` attribute for a very complete Android SDK, including system images:
+6
-2
doc/languages-frameworks/astal.section.md
+6
-2
doc/languages-frameworks/astal.section.md
······
+1
-1
doc/languages-frameworks/factor.section.md
+1
-1
doc/languages-frameworks/factor.section.md
+20
-8
doc/languages-frameworks/javascript.section.md
+20
-8
doc/languages-frameworks/javascript.section.md
··················Usually in such cases, you'd want to use `pnpm --filter=<pnpm workspace name> build` to build your project, as `npmHooks.npmBuildHook` probably won't work. A `buildPhase` based on the following example will probably fit most workspace projects:······
+2
-2
doc/languages-frameworks/maven.section.md
+2
-2
doc/languages-frameworks/maven.section.md
······
+8
doc/languages-frameworks/neovim.section.md
+8
doc/languages-frameworks/neovim.section.md
······To only check a specific module, add it manually to the plugin definition [overrides](https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/editors/vim/plugins/overrides.nix).Some plugins will have lua modules that require a user configuration to function properly or can contain optional lua modules that we dont want to test requiring.We can skip specific modules using `nvimSkipModules`. Similar to `nvimRequireCheck`, it accepts a list of strings.···In rare cases, we might not want to actually test loading lua modules for a plugin. In those cases, we can disable `neovimRequireCheck` with `doCheck = false;`.This can be manually added through plugin definition overrides in the [overrides.nix](https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/editors/vim/plugins/overrides.nix).