about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJustinas Stankevicius <justinas@justinas.org>2024-05-26 23:43:07 +0300
committerJustinas Stankevicius <justinas@justinas.org>2024-05-26 23:43:40 +0300
commit07709ea9366b44e50f124562cb387722c152b4cc (patch)
treef8e453b1d82e56ff6c01278e48d8971de612d2db /nixos
parent0830e6694d94fb421e7ca8c575e7a62675de3ee5 (diff)
teleport_13: remove
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/teleport.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/teleport.nix b/nixos/tests/teleport.nix
index 2fb347155759a..3621cce0599e1 100644
--- a/nixos/tests/teleport.nix
+++ b/nixos/tests/teleport.nix
@@ -9,7 +9,6 @@ with import ../lib/testing-python.nix { inherit system pkgs; };
 let
   packages = with pkgs; {
     "default" = teleport;
-    "13" = teleport_13;
     "14" = teleport_14;
   };