release.nix: make top-level nix-expression palatable to Hydra

softspi
Sebastien Bourdeauducq 2019-03-22 16:54:53 +08:00
parent 7413d3d012
commit 4ce1baeb3c
1 changed files with 1 additions and 3 deletions

View File

@ -11,7 +11,5 @@ let
};
in
{
build = runCommand "build-adc2tcp" {
buildInputs = [ adc2tcp ];
};
build = lib.hydraJob adc2tcp;
}