{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = with pkgs; [ gnupg sops ssh-to-age ]; }