about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJustinas Stankevicius <justinas@justinas.org>2024-02-04 20:52:41 +0200
committerJustinas Stankevicius <justinas@justinas.org>2024-04-16 20:52:42 +0300
commitb944bd2c7f55a52e61aed3292b56fb9087ac43d7 (patch)
treedc1003d6c86ba394d10894883b03ffd85d5145f8 /nixos
parent3b16464200ab6c048013b2cc0ecbd419080eb73e (diff)
teleport_12: remove
EOL as v15 has been released.
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 cb0994150b8d6..2fb347155759a 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;
-    "12" = teleport_12;
     "13" = teleport_13;
     "14" = teleport_14;
   };