summary refs log tree commit diff
path: root/pkgs/top-level/lua-packages.nix
diff options
context:
space:
mode:
authorSpencer Pogorzelski <34356756+Scoder12@users.noreply.github.com>2022-08-10 12:10:31 -0700
committerMatthieu Coudron <teto@users.noreply.github.com>2022-08-10 21:51:47 +0200
commit91c80faea0dcbc3d8199f57d4794c645a3a4a66f (patch)
tree0fa68cdeaed50af9661d697e0fabe7c08b5cca0e /pkgs/top-level/lua-packages.nix
parentd6417bd3069397ee3a7bf20a7704c0d7325b39f7 (diff)
luaPackages.nfd: init at scm-1
Diffstat (limited to 'pkgs/top-level/lua-packages.nix')
-rw-r--r--pkgs/top-level/lua-packages.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/top-level/lua-packages.nix b/pkgs/top-level/lua-packages.nix
index 53e534811bfc7..012a4d1e0c770 100644
--- a/pkgs/top-level/lua-packages.nix
+++ b/pkgs/top-level/lua-packages.nix
@@ -104,6 +104,11 @@ in
     };
   };
 
+  nfd = callPackage ../development/lua-modules/nfd {
+    inherit (lib) maintainers;
+    inherit (pkgs.gnome) zenity;
+  };
+
   vicious = luaLib.toLuaModule( stdenv.mkDerivation rec {
     pname = "vicious";
     version = "2.5.1";