Unverified Commit 37d6ced6 authored by Austin Horstman's avatar Austin Horstman
Browse files

vimPlugins.moveline-nvim: mark darwin bad platforms

parent 714c7e33
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1414,6 +1414,10 @@ in
        homepage = "https://github.com/willothy/moveline.nvim";
        license = lib.licenses.mit;
        maintainers = with lib.maintainers; [ redxtech ];
        badPlatforms = [
          "aarch64-darwin"
          "x86_64-darwin"
        ];
      };
      nvimRequireCheck = "moveline";
    };