mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
Merge pull request #134341 from figsoda/rnix-remove-callPackage
rnix-lsp: remove unused argument
This commit is contained in:
commit
cbf43b0317
@ -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 New Issue
Block a user