mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
vimPlugins.moveline-nvim: mark darwin bad platforms
This commit is contained in:
parent
714c7e337a
commit
37d6ced6f9
1 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue