Skip to content

Commit 11fc2ba

Browse files
committedFeb 16, 2018
1 parent d7b8532 commit 11fc2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎nixos/release.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ in rec {
258258
tests.firefox = callTest tests/firefox.nix {};
259259
tests.firewall = callTest tests/firewall.nix {};
260260
tests.fleet = callTestOnTheseSystems ["x86_64-linux"] tests/fleet.nix {};
261-
tests.fwupd = callTest tests/fwupd.nix {};
261+
#tests.fwupd = callTest tests/fwupd.nix {}; # build during evaluation
262262
#tests.gitlab = callTest tests/gitlab.nix {};
263263
tests.gitolite = callTest tests/gitolite.nix {};
264264
tests.gjs = callTest tests/gjs.nix {};

0 commit comments

Comments
 (0)
Please sign in to comment.