fix: allow usage of p7zip

This commit is contained in:
Felix Schröter 2020-05-22 17:46:14 +02:00
parent 7247e27da8
commit d21d7a1fdd
No known key found for this signature in database
GPG key ID: A12D7C9D2FD34458
3 changed files with 12 additions and 6 deletions
home/editors

View file

@ -9,8 +9,11 @@ let
src = pkgs.fetchFromGitHub {
owner = "FelschR";
repo = "omnisharp-vim";
rev = "3eb38ffbf6295d24e544b72fb349e876cd28ad96";
sha256 = "0wvhjv7rdscm0kps72wlbyhqk99j6c6flqsd2vkj0v985l48nzhz";
# new
# rev = "3eb38ffbf6295d24e544b72fb349e876cd28ad96";
# sha256 = "0wvhjv7rdscm0kps72wlbyhqk99j6c6flqsd2vkj0v985l48nzhz";
rev = "bc5066790e6f1bc46e1b3278b9b49046c75574b8";
sha256 = "0ayz6c7iyl91wwl55jvhqy8rgfl3cxhh24k1jphimmvb7zmbp0hc";
};
};
nvim-lsp = buildVimPluginFrom2Nix {