marleyos/overlays/marleyvim.nix

3 lines
82 B
Nix

{inputs}: _: prev: {
inherit (inputs.marleyvim.packages.${prev.system}) nvim;
}