1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-28 12:06:38 +03:00

teleport_13: remove

This commit is contained in:
Justinas Stankevicius 2024-05-26 23:43:07 +03:00
parent 0830e6694d
commit 07709ea936
6 changed files with 2 additions and 1976 deletions

View file

@ -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;
};