about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2023-12-01 23:06:31 +0000
committerGitHub <noreply@github.com>2023-12-01 23:06:31 +0000
commit53bf3e82556740f250df603a407c0fde34bc4cae (patch)
tree0e1ffdea65eb56b4fea5ec83f7025c95a518732f /nixos
parentaf8e4dc782c32fc05e863ea52e050c693bee0f12 (diff)
parent5ab2f13ff64df736bdc6f966132a5f9a4a8b5f4e (diff)
downloadnixlib-53bf3e82556740f250df603a407c0fde34bc4cae.tar
nixlib-53bf3e82556740f250df603a407c0fde34bc4cae.tar.gz
nixlib-53bf3e82556740f250df603a407c0fde34bc4cae.tar.bz2
nixlib-53bf3e82556740f250df603a407c0fde34bc4cae.tar.lz
nixlib-53bf3e82556740f250df603a407c0fde34bc4cae.tar.xz
nixlib-53bf3e82556740f250df603a407c0fde34bc4cae.tar.zst
nixlib-53bf3e82556740f250df603a407c0fde34bc4cae.zip
Merge pull request #267049 from justinas/justinas/remove-teleport-11
teleport_11: remove
Diffstat (limited to 'nixos')
-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 cdf762b12844..d68917c6c7ac 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: {