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

runitor: drop unused input

authored by

Rick van Schijndel and committed by
GitHub
5414474d caf02e14

+1 -1
+1 -1
pkgs/tools/system/runitor/default.nix
··· 1 - { lib, buildGoModule, fetchFromGitHub, fetchpatch, testers, runitor }: 1 + { lib, buildGoModule, fetchFromGitHub, testers, runitor }: 2 2 3 3 buildGoModule rec { 4 4 pname = "runitor";