From c4c8c32b51adbfc36014faf1484d03e334a28442 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Sun, 15 Oct 2023 15:52:15 +1000 Subject: [PATCH] Revert "disable buildbot nixos test for now" This reverts commit 7f7c0463177c3c8b7ad1c6dfd4c227bb34b750ef. --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 11d521c..141e0ce 100644 --- a/flake.nix +++ b/flake.nix @@ -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;