nixos/overlays/modifications/vim.nix

9 lines
129 B
Nix
Raw Normal View History

2025-11-06 18:27:29 +08:00
{ outputs, ... }:
_final: prev:
let
inherit (prev.stdenv.hostPlatform) system;
in
{
vim = outputs.packages.${system}.vim';
}