From da85b3fe2229dc9cb6984bf4e7e7e5287fb4dfa7 Mon Sep 17 00:00:00 2001 From: AG Date: Mon, 20 Oct 2025 15:44:48 +0200 Subject: [PATCH] test --- default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/default.nix b/default.nix index 9b63703..b511e0d 100644 --- a/default.nix +++ b/default.nix @@ -1,8 +1,5 @@ -{ system ? builtins.currentSystem }: +{ config, pkgs, lib, system ? builtins.currentSystem, ... }: -let - pkgs = import { inherit system; }; -in { apache-hop = pkgs.callPackage ./pkgs/apache-hop { }; -} +} \ No newline at end of file