nomad-driver-podman: remove unused inputs

This commit is contained in:
Phillip Cloud 2021-01-24 10:33:57 -05:00
parent af18ee1f26
commit 79a6a2cbc0

View file

@ -1,4 +1,4 @@
{ lib , buildGoModule , fetchFromGitHub, procps, podman }:
{ lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
pname = "nomad-driver-podman";