Merge pull request #134341 from figsoda/rnix-remove-callPackage

rnix-lsp: remove unused argument
This commit is contained in:
Sandro 2021-08-16 21:56:15 +02:00 committed by GitHub
commit cbf43b0317
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";
};