tests: Fix netman tests by including docker (#267)

Netman tries to call 'docker -v' and it hangs neovim if the docker
command is not found. This adds the docker binary to the derivation
running checks
This commit is contained in:
traxys 2023-03-17 13:43:17 +01:00 committed by GitHub
parent 261a59a8ad
commit bf042c5809
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View file

@ -1,11 +1,9 @@
{
empty = {
tests.dontRun = true;
plugins.netman.enable = true;
};
withNeotree = {
tests.dontRun = true;
plugins.neo-tree.enable = true;
plugins.netman = {
enable = true;