about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorEmily <git@emilylange.de>2023-06-29 19:37:34 +0200
committerGitHub <noreply@github.com>2023-06-29 19:37:34 +0200
commit46ffa3b1694b718159246dbc464b5cdb841eca6d (patch)
tree0abe9b2229a31fc3352be6623f4eed94863c502b /pkgs/top-level
parent9f6b9f0864ec231188cc79e3a994c6826e247dfb (diff)
parentf58364c9f0f81e8e7d86e6dd6005bbdca15298dd (diff)
Merge pull request #240201 from donovanglover/go-thumbnailer
go-thumbnailer: init at 0.1.0
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 3f87c1e323ab0..4c50a80e3f476 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -5173,6 +5173,8 @@ with pkgs;
 
   go-neb = callPackage ../applications/networking/instant-messengers/go-neb { };
 
+  go-thumbnailer = callPackage ../applications/misc/go-thumbnailer { };
+
   geckodriver = callPackage ../development/tools/geckodriver {
     inherit (darwin.apple_sdk.frameworks) Security;
   };