postgresql: enable all platforms on hydra

This commit is contained in:
Daiderd Jordan 2017-10-06 21:25:22 +02:00
parent 3fe7cddc30
commit 6118ace4d5
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -85,7 +85,6 @@ let
license = licenses.postgresql;
maintainers = [ maintainers.ocharles ];
platforms = platforms.unix;
hydraPlatforms = platforms.linux;
};
});