about summary refs log tree commit diff
path: root/pkgs/servers/teleport/14/default.nix
diff options
context:
space:
mode:
authorJustinas Stankevicius <justinas@justinas.org>2024-02-03 02:14:12 +0200
committerJustinas Stankevicius <justinas@justinas.org>2024-04-16 20:50:10 +0300
commit3b16464200ab6c048013b2cc0ecbd419080eb73e (patch)
tree05e806d8978848b8acf4a67ed04dbcdefcdebf50 /pkgs/servers/teleport/14/default.nix
parent787303bccb23278777342e927d3844e4f7187ee6 (diff)
teleport_15: init at 15.2.2
Diffstat (limited to 'pkgs/servers/teleport/14/default.nix')
-rw-r--r--pkgs/servers/teleport/14/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/teleport/14/default.nix b/pkgs/servers/teleport/14/default.nix
index 6044975e62f25..59cf021201ddb 100644
--- a/pkgs/servers/teleport/14/default.nix
+++ b/pkgs/servers/teleport/14/default.nix
@@ -1,5 +1,5 @@
-{ callPackage, ... }@args:
-callPackage ../generic.nix ({
+args:
+import ../generic.nix (args // {
   version = "14.3.0";
   hash = "sha256-yTbJeHCmPlelq7BrZQRY3XyNQiovV7NQ1tNh2NfYGbk=";
   vendorHash = "sha256-lHsgSbY1nqQminU67QgV6FbHXNlv5tCMv2oVq48S33M=";
@@ -14,4 +14,4 @@ callPackage ../generic.nix ({
     # https://github.com/NixOS/nixpkgs/issues/120738
     ../tsh_14.patch
   ];
-} // builtins.removeAttrs args [ "callPackage" ])
+})