vimPlugins: remove stale nvimSkipModules
Drop skip entries that are no longer part of neovim-require-check discovery after the scope fixes.
This commit is contained in:
@@ -1089,10 +1089,6 @@ in
|
||||
# TODO: figure out darwin failure
|
||||
doCheck = lua.luaversion == "5.1" && stdenv.hostPlatform.isLinux;
|
||||
|
||||
nvimSkipModules = [
|
||||
"bootstrap" # tries to install luarocks from network
|
||||
];
|
||||
|
||||
bustedFlags = [
|
||||
"--run=offline"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user