From a14cfd52a519c031d90c1680a808bfebd61e26ba Mon Sep 17 00:00:00 2001 From: triethyl Date: Thu, 22 Jan 2026 10:03:36 -0500 Subject: pkgs: added inbox review script --- pkgs/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/default.nix') diff --git a/pkgs/default.nix b/pkgs/default.nix index 892b6a5..9808154 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -8,4 +8,5 @@ custom-neovim = pkgs.callPackage ./custom-neovim {inherit inputs;}; old-custom-neovim = pkgs.callPackage ./old-custom-neovim {inherit inputs;}; dfmodsync = pkgs.callPackage ./dfmodsync.nix {}; + inbox-review = pkgs.callPackage ./inbox-review.nix {}; } -- cgit v1.2.3