Fix the test

This commit is contained in:
Eelco Dolstra 2013-04-12 01:23:03 +02:00
parent 4b517488d0
commit 7807ff27b7

View file

@ -100,6 +100,7 @@ rec {
machine =
{ config, pkgs, ... }:
{ services.postgresql.enable = true;
services.postgresql.package = pkgs.postgresql92;
environment.systemPackages = [ hydra ];
};