This commit is contained in:
AG 2025-10-20 15:44:48 +02:00
parent a21260e89d
commit da85b3fe22
1 changed files with 2 additions and 5 deletions

View File

@ -1,8 +1,5 @@
{ system ? builtins.currentSystem }:
{ config, pkgs, lib, system ? builtins.currentSystem, ... }:
let
pkgs = import <nixpkgs> { inherit system; };
in
{
apache-hop = pkgs.callPackage ./pkgs/apache-hop { };
}