mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-04-05 18:40:53 +00:00
pkgs/blink: Fix formatting in package.nix for blink-cmp
This commit is contained in:
parent
bc93de25a0
commit
a636841e38
1 changed files with 2 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
'';
|
||||
|
||||
# From the blink.cmp flake
|
||||
buildInputs = lib.optionals stdenv.hostPlatform.isAarch64 [ rust-jemalloc-sys ];
|
||||
buildInputs = lib.optionals stdenv.hostPlatform.isAarch64 [rust-jemalloc-sys];
|
||||
|
||||
cargoHash = "sha256-3o2n4xwNF9Fc3VlPKf3lnvmN7FVus5jQB8gcXXwz50c=";
|
||||
|
||||
|
|
@ -54,3 +54,4 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
changelog = "https://github.com/Saghen/blink.cmp/blob/v${finalAttrs.version}/CHANGELOG.md";
|
||||
};
|
||||
})
|
||||
Z
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue