From 029b5d64068263c76ef77070aaa84de692b67585 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Sat, 7 Mar 2026 12:10:16 +0100 Subject: [PATCH] Switch swap building fff to nix --- nvim/lua/plugs/fff.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/nvim/lua/plugs/fff.lua b/nvim/lua/plugs/fff.lua index 4d5c3e5..6a5a347 100644 --- a/nvim/lua/plugs/fff.lua +++ b/nvim/lua/plugs/fff.lua @@ -1,10 +1,6 @@ return { "dmtrKovalenko/fff.nvim", - build = function() - -- this will download prebuild binary or try to use existing rustup toolchain to build from source - -- (if you are using lazy you can use gb for rebuilding a plugin if needed) - require("fff.download").download_or_build_binary() - end, + build = "nix run .#release", lazy = false, keys = { {