rnix-lsp: remove unused argument
This commit is contained in:
parent
266adb3397
commit
874a5aa449
1 changed files with 1 additions and 2 deletions
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue