From e1cd47983922965e89d523b2fdf3d132e3802162 Mon Sep 17 00:00:00 2001 From: kossLAN Date: Sun, 17 Nov 2024 17:41:44 -0500 Subject: [PATCH] mkNeovim: add platforms option --- nix/mkNeovim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/mkNeovim.nix b/nix/mkNeovim.nix index 4b710b0..6674af7 100644 --- a/nix/mkNeovim.nix +++ b/nix/mkNeovim.nix @@ -217,6 +217,7 @@ with lib; ''; license = with licenses; [asl20 vim]; homepage = "https://www.neovim.io"; + platforms = platforms.unix; mainProgram = if isCustomAppName then appName