From a21260e89dbf408f29d7cdf2e895c9da5a245c78 Mon Sep 17 00:00:00 2001 From: AG Date: Mon, 20 Oct 2025 15:42:34 +0200 Subject: [PATCH] fixed lambda --- pkgs/apache-hop/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/apache-hop/default.nix b/pkgs/apache-hop/default.nix index 19b3a0b..5c4eacf 100644 --- a/pkgs/apache-hop/default.nix +++ b/pkgs/apache-hop/default.nix @@ -1,4 +1,4 @@ -{ pkgs ? import { } }: +{ pkgs ? import { }, ... }: pkgs.stdenv.mkDerivation rec { pname = "apache-hop";