3 lines
91 B
Nix
3 lines
91 B
Nix
{inputs, ...}: final: prev: {
|
|
inherit (inputs.marleyvim.packages.${prev.system}) nvim;
|
|
}
|