about summary refs log tree commit diff
path: root/nixos/tests/teleport.nix
diff options
context:
space:
mode:
authorJustinas Stankevicius <justinas@justinas.org>2023-11-12 14:38:52 +0200
committerJustinas Stankevicius <justinas@justinas.org>2023-11-27 23:22:57 +0200
commit5ab2f13ff64df736bdc6f966132a5f9a4a8b5f4e (patch)
tree2ff462a555286f302c0919cf848b961b731e72e8 /nixos/tests/teleport.nix
parente9a5bf8ae4997583f30e8506bcf85539e34964a6 (diff)
teleport_11: remove
Diffstat (limited to 'nixos/tests/teleport.nix')
-rw-r--r--nixos/tests/teleport.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/tests/teleport.nix b/nixos/tests/teleport.nix
index cdf762b128448..d68917c6c7acb 100644
--- a/nixos/tests/teleport.nix
+++ b/nixos/tests/teleport.nix
@@ -9,7 +9,8 @@ with import ../lib/testing-python.nix { inherit system pkgs; };
 let
   packages = with pkgs; {
     "default" = teleport;
-    "11" = teleport_11;
+    "12" = teleport_12;
+    "13" = teleport_13;
   };
 
   minimal = package: {