rnix-lsp: remove unused argument

This commit is contained in:
figsoda 2021-08-16 13:49:02 -04:00
parent 266adb3397
commit 874a5aa449

View file

@ -1,4 +1,4 @@
{ callPackage, lib, fetchFromGitHub, rustPlatform }:
{ lib, fetchFromGitHub, rustPlatform }:
rustPlatform.buildRustPackage rec {
pname = "rnix-lsp";
@ -8,7 +8,6 @@ rustPlatform.buildRustPackage rec {
owner = "nix-community";
repo = "rnix-lsp";
rev = "v${version}";
sha256 = "0fy620c34kxl27sd62x9mj0555bcdmnmbsxavmyiwb497z1m9wnn";
};