{ pkgs, ... }: let callPackage = pkgs.callPackage; in rec { kindletool = callPackage ./kindletool.nix { }; default = kindletool; }