From 83a2defebd8c8a9e6fbe8a7ea3bb00e9a0ea33ad Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Sat, 11 Jan 2025 22:09:02 +0100 Subject: [PATCH] fixup! flake: add and package blink.cmp --- modules/wrapper/build/packages/blink-cmp.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/wrapper/build/packages/blink-cmp.nix b/modules/wrapper/build/packages/blink-cmp.nix index 002269b95..537995f85 100644 --- a/modules/wrapper/build/packages/blink-cmp.nix +++ b/modules/wrapper/build/packages/blink-cmp.nix @@ -10,10 +10,6 @@ pname = "blink-fuzzy-lib"; inherit version src; - env = { - # TODO: remove this if plugin stops using nightly rust - RUSTC_BOOTSTRAP = true; - }; nativeBuildInputs = [git]; cargoLock = { lockFile = "${src}/Cargo.lock";