lol

Merge pull request #155220 from Kloenk/skim_aarch64-darwin

skim: disable tests on aarch64-{darwin,linux}

authored by

Vlad M and committed by
GitHub
351a00cb fc6511e3

+3
+3
pkgs/tools/misc/skim/default.nix
··· 32 32 chmod +x $out/bin/sk-share 33 33 ''; 34 34 35 + # https://github.com/lotabout/skim/issues/440 36 + doCheck = !stdenv.isAarch64; 37 + 35 38 meta = with lib; { 36 39 description = "Command-line fuzzy finder written in Rust"; 37 40 homepage = "https://github.com/lotabout/skim";