aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2019-09-10 17:39:34 +0200
committerEelco Dolstra <edolstra@gmail.com>2019-09-10 17:39:34 +0200
commit1f631ac85b421c2071cc953bff02d6f2d003e686 (patch)
tree5a92e58606a7d2f82b878b071e08faeb9c127cf7
parentf0e77c8a6cd915a4227da33958b7ea413ef1f5bd (diff)
flake.nix: Remove VM tests from 'checks'
-rw-r--r--flake.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 06a5515c5..f0d928494 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 = {