Skip to content

Commit

Permalink
vimPlugins.nvim-spectre: fix hash + skip flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Jul 6, 2024
1 parent ff3a7b1 commit b8b1acb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pkgs/applications/editors/vim/plugins/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1167,11 +1167,16 @@
inherit (old) version src;
sourceRoot = "${old.src.name}/spectre_oxi";

cargoHash = "sha256-ZBlxJjkHb2buvXK6VGP6FMnSFk8RUX7IgHjNofnGDAs=";
cargoHash = "sha256-SqbU9YwZ5pvdFUr7XBAkkfoqiLHI0JwJRwH7Wj1JDNg=";

preCheck = ''
mkdir tests/tmp/
'';

checkFlags = [
# Flaky test (https://github.com/nvim-pack/nvim-spectre/issues/244)
"--skip=tests::test_replace_simple"
];
};
in
{
Expand Down

0 comments on commit b8b1acb

Please sign in to comment.