aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild-on-hyperion5
1 files changed, 5 insertions, 0 deletions
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)