Commit e5a1863d authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

vimPlugins.nvim-dbee: only supports linux

parent 48157ff0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 {