5 lines
131 B
Nix
5 lines
131 B
Nix
{ pkgs }:
|
|
|
|
pkgs.writeShellScriptBin "app-launcher-server" ''
|
|
exec ${pkgs.python3}/bin/python3 ${./app-launcher-server.py} "$@"
|
|
'' |