Loading pkgs/by-name/di/difftastic/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, rustPlatform, fetchFromGitHub, stdenv, versionCheckHook, nix-update-script, }: Loading @@ -20,6 +21,8 @@ rustPlatform.buildRustPackage (finalAttrs: { useFetchCargoVendor = true; cargoHash = "sha256-1u3oUbqhwHXD90ld70pjK2XPJe5hpUbJtU78QpIjAE8="; env = lib.optionalAttrs stdenv.hostPlatform.isStatic { RUSTFLAGS = "-C relocation-model=static"; }; # skip flaky tests checkFlags = [ "--skip=options::tests::test_detect_display_width" ]; Loading Loading
pkgs/by-name/di/difftastic/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, rustPlatform, fetchFromGitHub, stdenv, versionCheckHook, nix-update-script, }: Loading @@ -20,6 +21,8 @@ rustPlatform.buildRustPackage (finalAttrs: { useFetchCargoVendor = true; cargoHash = "sha256-1u3oUbqhwHXD90ld70pjK2XPJe5hpUbJtU78QpIjAE8="; env = lib.optionalAttrs stdenv.hostPlatform.isStatic { RUSTFLAGS = "-C relocation-model=static"; }; # skip flaky tests checkFlags = [ "--skip=options::tests::test_detect_display_width" ]; Loading