{ pkgs, ... }: pkgs.writeShellApplication { name = "bijwerken-poke"; text = builtins.readFile ./bijwerken-poke.sh; runtimeInputs = with pkgs; [ pssh ]; }