summaryrefslogtreecommitdiff
path: root/pkgs/default.nix
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2026-01-22 10:03:36 -0500
committertriethyl <triethylammonium@pm.me>2026-01-22 10:03:36 -0500
commita14cfd52a519c031d90c1680a808bfebd61e26ba (patch)
tree9195640bf8c4eb8d383baf09284e752e0078fa6c /pkgs/default.nix
parentd318cb00bbf455fc398194e03ff7dc554cb1f7f8 (diff)
pkgs: added inbox review script
Diffstat (limited to 'pkgs/default.nix')
-rw-r--r--pkgs/default.nix1
1 files changed, 1 insertions, 0 deletions
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 {};
}