{ pkgs, ... }: let callPackage = pkgs.lib.callPackageWith { inherit pkgs; }; in { keyValue = callPackage ./keyValue { }; }