about summary refs log tree commit diff
path: root/machines/default.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-06-13 01:33:58 +0200
committerProfpatsch <mail@profpatsch.de>2016-06-13 01:33:58 +0200
commit65435d827c846ab2eef966601cd0490591b8dbe9 (patch)
treee7d8650e2ca2c1959aca32b04221f4efa70f47a5 /machines/default.nix
parent49f9978ae90e4e9018033f54eae3dec039071b84 (diff)
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
Diffstat (limited to 'machines/default.nix')
-rw-r--r--machines/default.nix1
1 files changed, 1 insertions, 0 deletions
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 {};