From e2987d37400ade5f5b6bbffa6a275e79d25a7145 Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Thu, 28 Nov 2019 13:57:10 +0100 Subject: <>: init build-on-hyperion --- build-on-hyperion | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 build-on-hyperion diff --git a/build-on-hyperion b/build-on-hyperion new file mode 100755 index 00000000000..402a251defb --- /dev/null +++ b/build-on-hyperion @@ -0,0 +1,5 @@ +#!/bin/sh + +drvs="$(nix-instantiate "$@")" +nix-copy-closure -s --to hyperion $drvs +nix-copy-closure --from hyperion $(ssh hyperion nix-build $drvs) -- cgit v1.2.3