vimPlugins.nvim-dbee: only supports linux

This commit is contained in:
Gaetan Lepage 2024-05-06 12:28:58 +02:00
parent 48157ff02a
commit e5a1863dcb

View File

@ -1048,6 +1048,8 @@
mkdir $target/bin
ln -s ${dbee-go}/bin/dbee $target/bin/dbee
'';
meta.platforms = lib.platforms.linux;
});
nvim-navic = super.nvim-navic.overrideAttrs {