Add some extra packages needed for IVR

This commit is contained in:
Greg Hellings
2024-12-06 09:26:58 -06:00
parent 7ffb1ea3f5
commit 9601d5901c
+6 -1
View File
@@ -4,5 +4,10 @@
services.mongodb = {
enable = false;
};
environment.systemPackages = with pkgs; [ mongodb-compass ];
environment.systemPackages = with pkgs; [
mongodb-compass
pipenv-ivr
python311
stdenv.cc
];
}