about summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/release.nix b/release.nix
index 12c8d3ef..a6bbc06d 100644
--- a/release.nix
+++ b/release.nix
@@ -9,8 +9,8 @@ in with pkgs.lib; with builtins; {
   ) (import ./machines { inherit system; });
 
   tests = {
-    i3 = import ./tests/i3.nix { inherit system; };
-    heinrich = import ./tests/heinrich.nix { inherit system; };
+    aszlig.i3 = import ./tests/aszlig/i3.nix { inherit system; };
+    labnet.heinrich = import ./tests/labnet/heinrich.nix { inherit system; };
   };
 
   manual = let