nixos/overlays/modifications/vim.nix

6 lines
127 B
Nix
Raw Normal View History

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