markdown-oxide: use fetchCargoVendor

This commit is contained in:
Heitor Augusto
2025-03-07 21:40:58 -03:00
parent cb26667f94
commit 2acb12abe6
2 changed files with 2 additions and 1785 deletions
File diff suppressed because it is too large Load Diff
+2 -6
View File
@@ -14,12 +14,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-hgXqJwmIpXJNIl67Jjbg5MR4PlwB5XbqnFo+rNLoqbE=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"tower-lsp-0.20.0" = "sha256-QRP1LpyI52KyvVfbBG95LMpmI8St1cgf781v3oyC3S4=";
};
};
useFetchCargoVendor = true;
cargoHash = "sha256-o4wn6L5PVZM0SN8kA34NOp6ogTSoCv2xiN4vfj+ptc8=";
meta = {
description = "Markdown LSP server inspired by Obsidian";