bundlerUpdateScript: init and use (#64822)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, bundlerEnv, ruby }:
|
||||
{ lib, bundlerEnv, ruby, bundlerUpdateScript }:
|
||||
|
||||
bundlerEnv rec {
|
||||
pname = "rubocop";
|
||||
@@ -7,6 +7,8 @@ bundlerEnv rec {
|
||||
|
||||
gemdir = ./.;
|
||||
|
||||
passthru.updateScript = bundlerUpdateScript "rubocop";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Automatic Ruby code style checking tool";
|
||||
homepage = "https://docs.rubocop.org/";
|
||||
|
||||
Reference in New Issue
Block a user