update flake lock, fix all errors (small tweaks)

This commit is contained in:
Lillian Violet 2025-04-01 17:52:43 +02:00
parent 42a6516376
commit 7232b225b7
6 changed files with 27 additions and 227 deletions

View file

@ -7,7 +7,7 @@
}:
rustPlatform.buildRustPackage rec {
pname = "helix";
version = "24.07";
version = "25.01.1";
# This release tarball includes source code for the tree-sitter grammars,
# which is not ordinarily part of the repository.
@ -17,6 +17,7 @@ rustPlatform.buildRustPackage rec {
stripRoot = false;
};
useFetchCargoVendor = true;
cargoHash = "";
nativeBuildInputs = [git installShellFiles];