From 79a6a2cbc0b20973391dc2c86e646e7328f25bd2 Mon Sep 17 00:00:00 2001 From: Phillip Cloud Date: Sun, 24 Jan 2021 10:33:57 -0500 Subject: [PATCH] nomad-driver-podman: remove unused inputs --- .../networking/cluster/nomad-driver-podman/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/cluster/nomad-driver-podman/default.nix b/pkgs/applications/networking/cluster/nomad-driver-podman/default.nix index fad83bb3dbf8..cfa8d6fc674b 100644 --- a/pkgs/applications/networking/cluster/nomad-driver-podman/default.nix +++ b/pkgs/applications/networking/cluster/nomad-driver-podman/default.nix @@ -1,4 +1,4 @@ -{ lib , buildGoModule , fetchFromGitHub, procps, podman }: +{ lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "nomad-driver-podman";