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