Skip to content

Commit f5f4b4e

Browse files
authored
install mongodb for local dev (#399)
2 parents 72c8c68 + 5099646 commit f5f4b4e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

modules/home.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
pkg:
2828
builtins.elem (pkgs.lib.getName pkg) [
2929
"graphite-cli"
30+
"mongodb-ce"
31+
"mongosh"
3032
];
3133

3234
home.packages = [
@@ -77,6 +79,10 @@
7779
pkgs.jqp
7880
# Git TUI
7981
pkgs.lazygit
82+
# Mongodb community edition (for local development)
83+
pkgs.mongodb-ce
84+
# Mongodb cli interface
85+
pkgs.mongosh
8086
# Better Vim
8187
pkgs.neovim
8288
# Neovim gui

packages.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jq-1.7.1-man
2626
jqp-0.7.0
2727
lazygit-0.50.0
2828
man-db-2.13.0
29+
mongodb-ce-8.0.4
30+
mongosh-2.4.2
2931
neovide-0.15.0
3032
neovim-0.11.1
3133
nixfmt-unstable-2025-04-04

0 commit comments

Comments
 (0)