{ pkgs, ... }: pkgs.writeShellApplication { name = "clerie-system-remote-install"; text = builtins.readFile ./clerie-system-remote-install.sh; }