{ pkgs, ... }: pkgs.writeShellApplication { name = "ssh-gpg"; text = builtins.readFile ./ssh-gpg.sh; }