Add mongodb-compass

This commit is contained in:
Paul-Henri Froidmont 2025-08-12 12:49:45 +02:00
parent 29e5648e02
commit 660d714abb
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
2 changed files with 2 additions and 0 deletions

View file

@ -40,6 +40,7 @@
"steam-run"
"steam-unwrapped"
"keymapp"
"mongodb-compass"
];
overlays = extraOverlays ++ (pkgs.lib.attrValues self.overlays);
};

View file

@ -52,6 +52,7 @@ in
environment.systemPackages = with pkgs; [
(sbt.override { jre = jdk17; })
mongodb-compass
chisel
];
};