Revert "disable buildbot nixos test for now"

This reverts commit 7f7c046317.
This commit is contained in:
zowoq 2023-10-15 15:52:15 +10:00
parent 3136240f01
commit c4c8c32b51

View file

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