Loading pkgs/by-name/di/difftastic/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ stdenv, versionCheckHook, nix-update-script, rust-jemalloc-sys, }: rustPlatform.buildRustPackage (finalAttrs: { Loading @@ -20,6 +21,8 @@ rustPlatform.buildRustPackage (finalAttrs: { cargoHash = "sha256-TTg5Cky1exlvJokIw1IFGbPq4eJe2xSAPsGgI7BU+Jw="; buildInputs = [ rust-jemalloc-sys ]; env = lib.optionalAttrs stdenv.hostPlatform.isStatic { RUSTFLAGS = "-C relocation-model=static"; }; # skip flaky tests Loading Loading
pkgs/by-name/di/difftastic/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ stdenv, versionCheckHook, nix-update-script, rust-jemalloc-sys, }: rustPlatform.buildRustPackage (finalAttrs: { Loading @@ -20,6 +21,8 @@ rustPlatform.buildRustPackage (finalAttrs: { cargoHash = "sha256-TTg5Cky1exlvJokIw1IFGbPq4eJe2xSAPsGgI7BU+Jw="; buildInputs = [ rust-jemalloc-sys ]; env = lib.optionalAttrs stdenv.hostPlatform.isStatic { RUSTFLAGS = "-C relocation-model=static"; }; # skip flaky tests Loading