flake.nix: Remove VM tests from 'checks'

This commit is contained in:
Eelco Dolstra 2019-09-10 17:39:34 +02:00
parent f0e77c8a6c
commit 1f631ac85b
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -13,8 +13,6 @@
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 = {