Skip to content

Commit 3ddb0df

Browse files
committed
luaPackages.rocks-dev-nvim: disable check on darwin
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
1 parent a6f8351 commit 3ddb0df

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pkgs/development/lua-modules/overrides.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,8 @@ in
947947
rocks-dev-nvim = prev.rocks-dev-nvim.overrideAttrs {
948948

949949
# E5113: Error while calling lua chunk [...] pl.path requires LuaFileSystem
950-
doCheck = luaOlder "5.2";
950+
# TODO: figure out darwin failure
951+
doCheck = luaOlder "5.2" && stdenv.hostPlatform.isLinux;
951952
nativeCheckInputs = [
952953
final.nlua
953954
final.busted

0 commit comments

Comments
 (0)