fixed lambda

This commit is contained in:
AG 2025-10-20 15:42:34 +02:00
parent ad842e751c
commit a21260e89d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ pkgs ? import <nixpkgs> { } }:
{ pkgs ? import <nixpkgs> { }, ... }:
pkgs.stdenv.mkDerivation rec {
pname = "apache-hop";