Merge pull request #179627 from bdd/runitor-drop-unused-input

runitor: drop unused input
This commit is contained in:
Rick van Schijndel
2022-06-30 00:04:02 +02:00
committed by GitHub
+1 -1
View File
@@ -1,4 +1,4 @@
{ lib, buildGoModule, fetchFromGitHub, fetchpatch, testers, runitor }:
{ lib, buildGoModule, fetchFromGitHub, testers, runitor }:
buildGoModule rec {
pname = "runitor";