summary refs log tree commit diff
path: root/pkgs/top-level/lua-packages.nix
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-08-26 06:17:06 +0300
committerArtturin <Artturin@artturin.com>2022-08-26 20:55:30 +0300
commit39571bd6fa6d558c45d67e91333a3cfda645b738 (patch)
tree6c50a5f66864f348ff17d18d36cca41139e0ebc3 /pkgs/top-level/lua-packages.nix
parentbdb8ca175ab6c65d2b7db2c085f0c4e4ef4743f5 (diff)
downloadnixpkgs-39571bd6fa6d558c45d67e91333a3cfda645b738.tar
nixpkgs-39571bd6fa6d558c45d67e91333a3cfda645b738.tar.gz
nixpkgs-39571bd6fa6d558c45d67e91333a3cfda645b738.tar.bz2
nixpkgs-39571bd6fa6d558c45d67e91333a3cfda645b738.tar.lz
nixpkgs-39571bd6fa6d558c45d67e91333a3cfda645b738.tar.xz
nixpkgs-39571bd6fa6d558c45d67e91333a3cfda645b738.tar.zst
nixpkgs-39571bd6fa6d558c45d67e91333a3cfda645b738.zip
luaPackages: copy passthruFun from python
Diffstat (limited to 'pkgs/top-level/lua-packages.nix')
-rw-r--r--pkgs/top-level/lua-packages.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/top-level/lua-packages.nix b/pkgs/top-level/lua-packages.nix
index 42d7a44cf82..3617e763233 100644
--- a/pkgs/top-level/lua-packages.nix
+++ b/pkgs/top-level/lua-packages.nix
@@ -5,12 +5,13 @@
   for each package in a separate file: the call to the function would
   be almost as must code as the function itself. */
 
-{ stdenv
-, lua
-, pkgs
+{ pkgs
+, stdenv
 , lib
+, lua
 }:
 
+
 self:
 
 let