diff --git a/lib/check.nix b/lib/check.nix index 9e50b4e6..35ee91bb 100644 --- a/lib/check.nix +++ b/lib/check.nix @@ -8,7 +8,7 @@ pkgs.stdenv.mkDerivation { name = name; - nativeBuildInputs = [nvim]; + nativeBuildInputs = [nvim pkgs.docker-client]; dontUnpack = true; # We need to set HOME because neovim will try to create some files diff --git a/tests/plugins/netman.nix b/tests/plugins/netman.nix index 40641bfa..78a2bf21 100644 --- a/tests/plugins/netman.nix +++ b/tests/plugins/netman.nix @@ -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;