{ pkgs }: pkgs.writeShellScriptBin "app-launcher-server" '' exec ${pkgs.python3}/bin/python3 ${./app-launcher-server.py} "$@" ''