nixos/overlays/modifications/vim.nix

9 lines
129 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';
}