From 4b08da520408b9d2ea49d599be20785bd0f58338 Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 14 Jun 2016 23:30:31 +0200 Subject: Revert adding dummy machine "gitit-stub" This reverts commit 65435d827c846ab2eef966601cd0490591b8dbe9. Commit d730df7 fixed the meta.hydraPlatforms attribute, so the generic channel now should build the patched gitit version as part of its constituents and we don't need a dummy machine just for that anymore. Other than that, the package now also gets built as a separate job to allow for one-click installs. Signed-off-by: aszlig Cc: @Profpatsch --- machines/default.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'machines/default.nix') diff --git a/machines/default.nix b/machines/default.nix index cd1bc916..ca52db7b 100644 --- a/machines/default.nix +++ b/machines/default.nix @@ -16,7 +16,6 @@ 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