From 8d523445c7920588c70285748a7bc71ce0ad9167 Mon Sep 17 00:00:00 2001 From: r4v3n6101 Date: Wed, 15 Jul 2026 20:26:36 +0300 Subject: [PATCH] nix: remove unused features from tests --- rust.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rust.nix b/rust.nix index 5b6a4a6..0287a96 100644 --- a/rust.nix +++ b/rust.nix @@ -75,10 +75,6 @@ ] ++ lib.optionals (isLinux && isAarch64) [ "rknn" - # "armpl" - ] - ++ lib.optionals (isLinux && isX86_64) [ - # "mkl" ]; mkTest = feature: {