summaryrefslogtreecommitdiff
path: root/pkgs/default.nix
diff options
context:
space:
mode:
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 {};
}