1 { callPackages, lib, ... }@args:
4 teleport_15 = import ./15 args;
5 teleport_16 = import ./16 args;
6 teleport = teleport_16;
8 # Ensure the following callPackages invocation includes everything 'generic' needs.
9 f' = lib.setFunctionArgs f (builtins.functionArgs (import ./generic.nix));
11 callPackages f' (builtins.removeAttrs args [ "callPackages" ])