Revert "nixos tests: disable fwupd for now"

This reverts commit 11fc2bad56.
This commit is contained in:
Jan Tojnar 2018-02-17 04:09:15 +01:00
parent 30cc156c8c
commit d4075700d6
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -258,7 +258,7 @@ in rec {
tests.firefox = callTest tests/firefox.nix {};
tests.firewall = callTest tests/firewall.nix {};
tests.fleet = callTestOnTheseSystems ["x86_64-linux"] tests/fleet.nix {};
#tests.fwupd = callTest tests/fwupd.nix {}; # build during evaluation
tests.fwupd = callTest tests/fwupd.nix {};
#tests.gitlab = callTest tests/gitlab.nix {};
tests.gitolite = callTest tests/gitolite.nix {};
tests.gjs = callTest tests/gjs.nix {};