From bcf73c8e753094358ecc0ed5c3727119418db177 Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 2 Feb 2018 17:31:42 +0100 Subject: Revert "machines: Remove tyree" This reverts commit dfd3d86562f09d812b330893cec053ab3d371bdf. The machine is back on NixOS again :-) Signed-off-by: aszlig Cc: @brokkoliberta --- 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 ad51472b..151576f8 100644 --- a/machines/default.nix +++ b/machines/default.nix @@ -9,6 +9,7 @@ with import ../lib; tishtushi = callMachine ./aszlig/tishtushi.nix {}; managed = { brawndo = callMachine ./aszlig/managed/brawndo.nix {}; + tyree = callMachine ./aszlig/managed/tyree.nix {}; }; }; devhell = { -- cgit 1.4.1