Add mongodb-compass
This commit is contained in:
parent
29e5648e02
commit
660d714abb
2 changed files with 2 additions and 0 deletions
|
|
@ -40,6 +40,7 @@
|
|||
"steam-run"
|
||||
"steam-unwrapped"
|
||||
"keymapp"
|
||||
"mongodb-compass"
|
||||
];
|
||||
overlays = extraOverlays ++ (pkgs.lib.attrValues self.overlays);
|
||||
};
|
||||
|
|
|
|||
|
|
@ -52,6 +52,7 @@ in
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
(sbt.override { jre = jdk17; })
|
||||
mongodb-compass
|
||||
chisel
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue