Add some extra packages needed for IVR
This commit is contained in:
+6
-1
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user