aboutsummaryrefslogtreecommitdiff
path: root/build-on-hyperion
blob: 402a251defb5adaa056f7f4569d2903573a0636a (plain)
1
2
3
4
5
#!/bin/sh

drvs="$(nix-instantiate "$@")"
nix-copy-closure -s --to hyperion $drvs
nix-copy-closure --from hyperion $(ssh hyperion nix-build $drvs)