From efc21083dc93903db9bb0a2a561721cb92e75ed9 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 14 Dec 2015 20:27:45 +0100 Subject: aszlig/programs: Add a new "taalo-build" program. This is primarily for whenever I'm on the road with varying degrees of internet connectivity. What it essentially does is ssh to mmrnmhrm, then ssh to taalo and then run nix-store --serve --write on it. Taalo is the Hydra master of https://headcounter.org/hydra/ and it has remote builds enabled. The script essentially only builds on the remote host but doesn't fetch the builds. The latter can be done if the Hydra is added as a build cache to the local system, which in case of vuizvui is by default. Signed-off-by: aszlig --- modules/module-list.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/module-list.nix') diff --git a/modules/module-list.nix b/modules/module-list.nix index f45e2451..771ba1d9 100644 --- a/modules/module-list.nix +++ b/modules/module-list.nix @@ -9,6 +9,7 @@ ./user/aszlig/programs/gajim ./user/aszlig/programs/git ./user/aszlig/programs/mpv + ./user/aszlig/programs/taalo-build ./user/aszlig/programs/taskwarrior ./user/aszlig/programs/vim ./user/aszlig/programs/zsh -- cgit 1.4.1