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