mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 13:15:30 +03:00
rabbitmq-server: 3.8.9 -> 3.9.1
This commit is contained in:
parent
dade7540af
commit
b0f33d7c2e
3 changed files with 4 additions and 4 deletions
|
@ -8,6 +8,8 @@ import ./make-test-python.nix ({ pkgs, ... }: {
|
|||
|
||||
machine = {
|
||||
services.rabbitmq.enable = true;
|
||||
# Ensure there is sufficient extra disk space for rabbitmq to be happy
|
||||
virtualisation.diskSize = 1024;
|
||||
};
|
||||
|
||||
testScript = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue