flake.nix: Add more checks

This commit is contained in:
Eelco Dolstra 2019-05-29 21:00:58 +02:00
parent a9d3524e1f
commit b70fc8f30c
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -14,7 +14,12 @@
nixpkgs = deps.nixpkgs;
};
checks.binaryTarball = hydraJobs.binaryTarball.x86_64-linux;
checks = {
binaryTarball = hydraJobs.binaryTarball.x86_64-linux;
perlBindings = hydraJobs.perlBindings.x86_64-linux;
inherit (hydraJobs.tests) remoteBuilds nix-copy-closure;
setuid = hydraJobs.tests.setuid.x86_64-linux;
};
packages = {
nix = hydraJobs.build.x86_64-linux;