From 7084af5971c0305bbab19483cb8760ab987b04f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ha=CC=88cker?= Date: Mon, 9 Feb 2026 08:43:10 +0100 Subject: [PATCH] fresh-editor: remove binaryNativeCode source provenance Not needed anymore, now that librusty_v8.a is no longer used. --- pkgs/by-name/fr/fresh-editor/package.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/by-name/fr/fresh-editor/package.nix b/pkgs/by-name/fr/fresh-editor/package.nix index 08125e94188f..4a1e074aebfb 100644 --- a/pkgs/by-name/fr/fresh-editor/package.nix +++ b/pkgs/by-name/fr/fresh-editor/package.nix @@ -80,7 +80,6 @@ rustPlatform.buildRustPackage (finalAttrs: { platforms = lib.platforms.linux ++ lib.platforms.darwin; sourceProvenance = with lib.sourceTypes; [ fromSource - binaryNativeCode # librusty_v8.a ]; }; })