forked from lix-project/lix
flake.nix: Remove VM tests from 'checks'
This commit is contained in:
parent
f0e77c8a6c
commit
1f631ac85b
|
@ -13,8 +13,6 @@
|
||||||
checks = {
|
checks = {
|
||||||
binaryTarball = hydraJobs.binaryTarball.x86_64-linux;
|
binaryTarball = hydraJobs.binaryTarball.x86_64-linux;
|
||||||
perlBindings = hydraJobs.perlBindings.x86_64-linux;
|
perlBindings = hydraJobs.perlBindings.x86_64-linux;
|
||||||
inherit (hydraJobs.tests) remoteBuilds nix-copy-closure;
|
|
||||||
setuid = hydraJobs.tests.setuid.x86_64-linux;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
packages = {
|
packages = {
|
||||||
|
|
Loading…
Reference in a new issue