From 65435d827c846ab2eef966601cd0490591b8dbe9 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 13 Jun 2016 01:33:58 +0200 Subject: machines/gitit-stub According to 302fb4f4bc0213b231b9bf5b98093c60d3917313 the package should be included in the hydra build, but it is not usable, because there is no channel that waits for the gitit build to succeed. This stub exists until someone finds out how to create such a channel (aka the channel building mechanism is documented in a way that it can be used by people not deeply familiar with both nixpkgs and hydra). cc @aszlig --- machines/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'machines/default.nix') diff --git a/machines/default.nix b/machines/default.nix index ca52db7b..cd1bc916 100644 --- a/machines/default.nix +++ b/machines/default.nix @@ -16,6 +16,7 @@ with import ../lib; labtops = callNetwork ./labnet/labtops.nix { vuizvui.user.openlab.labtops.enable = true; }; + gitit-stub = callMachine ./labnet/gitit-stub.nix {}; }; profpatsch = { katara = callMachine ./profpatsch/katara.nix {}; -- cgit 1.4.1