{ pkgs, ... }: pkgs.writeShellApplication { name = "nixfiles-system-sync-to-hydra"; text = builtins.readFile ./nixfiles-system-sync-to-hydra.sh; runtimeInputs = with pkgs; [ curl jq nix ]; }