From cd9f22f85748b1bfcd6bc6e341be501f3dc13a3c Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Sun, 10 Nov 2024 22:37:19 +0100 Subject: [PATCH] nvim now builds first time --- common/nvim/nvim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common/nvim/nvim.nix b/common/nvim/nvim.nix index 4129986..0eaaafa 100644 --- a/common/nvim/nvim.nix +++ b/common/nvim/nvim.nix @@ -20,6 +20,7 @@ tree-sitter fd nixfmt-rfc-style + gcc ]; defaultEditor = true; viAlias = true;