diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-09-10 17:39:34 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-09-10 17:39:34 +0200 |
commit | 1f631ac85b421c2071cc953bff02d6f2d003e686 (patch) | |
tree | 5a92e58606a7d2f82b878b071e08faeb9c127cf7 | |
parent | f0e77c8a6cd915a4227da33958b7ea413ef1f5bd (diff) |
flake.nix: Remove VM tests from 'checks'
-rw-r--r-- | flake.nix | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 = { |