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:
parent
20edd80bdd
commit
7f7c046317
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue