runitor: drop unused input

This commit is contained in:
Berk D. Demir
2022-06-29 21:40:11 +00:00
parent 40c9e905b9
commit af384e15ae
+1 -1
View File
@@ -1,4 +1,4 @@
{ lib, buildGoModule, fetchFromGitHub, fetchpatch, testers, runitor }:
{ lib, buildGoModule, fetchFromGitHub, testers, runitor }:
buildGoModule rec {
pname = "runitor";