disable buildbot nixos test for now

It doesn't evaluate unless --impure is passed.
To reproduce run nix flake show
This commit is contained in:
Jörg Thalheim 2023-10-10 17:21:46 +02:00 committed by Jörg Thalheim
parent 20edd80bdd
commit 7f7c046317

View file

@ -67,7 +67,8 @@
};
checks = pkgs.lib.optionalAttrs defaultPlatform {
nixosTests-buildbot = pkgs.nixosTests.buildbot;
# FIXME: this doesn't evaluate with pure evaluation yet.
#nixosTests-buildbot = release.tests.buildbot;
nixosTests-hydra = pkgs.nixosTests.hydra.hydra_unstable;
nixosTests-lemmy = pkgs.nixosTests.lemmy;
nixosTests-pict-rs = pkgs.nixosTests.pict-rs;