build: reformatting and triggering tests

This commit is contained in:
Brendan Hay 2020-11-04 12:55:27 +01:00
parent 684005e200
commit 24c63cb078
No known key found for this signature in database
GPG Key ID: 80E915C54A7C457D

View File

@ -4,8 +4,11 @@
stdenvNoCC.mkDerivation {
name = "test-${ship}";
src = bootFakeShip { inherit urbit herb arvo pill ship; };
phases = [ "unpackPhase" "buildPhase" "checkPhase" ];
buildInputs = [ cacert urbit herb python3 ];
unpackPhase = ''
@ -166,6 +169,6 @@ stdenvNoCC.mkDerivation {
__darwinAllowLocalNetworking = true;
meta = {
systems = [ "x86_64-linux" ];
platforms = [ "x86_64-linux" ];
};
}