{ pkgs, ... }: pkgs.writeShellApplication { name = "nixfiles-update-ssh-host-keys"; text = builtins.readFile ./nixfiles-update-ssh-host-keys.sh; runtimeInputs = with pkgs; [ git nix openssh ]; }