Update nixpkgs and friends
This commit is contained in:
parent
c454eee024
commit
fcca3045b4
3 changed files with 15 additions and 14 deletions
|
@ -131,7 +131,7 @@ let
|
|||
kak-lsp = final.unstable.rustPlatform.buildRustPackage {
|
||||
name = "kak-lsp";
|
||||
src = inputs.kak-lsp;
|
||||
cargoHash = "sha256-8Y+haxC7ssN07ODZcKoDdTv0vEnKqxYseLPoQSNmWI4=";
|
||||
cargoLock.lockFile = "${inputs.kak-lsp}/Cargo.lock";
|
||||
buildInputs = [ final.libiconv ];
|
||||
|
||||
meta.mainProgram = "kak-lsp";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue