summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2018-02-16 12:42:57 +0100
committerVladimír Čunát <vcunat@gmail.com>2018-02-16 12:42:57 +0100
commit11fc2bad56bb6464b161f5ce911511a0137cfe2c (patch)
tree9f34d0cdaa5ea636aa374bfa31cba1552b0a2811 /nixos/release.nix
parentd7b85321d9edd8ec0ac724890e4a9f512d5af0dd (diff)
downloadnixpkgs-11fc2bad56bb6464b161f5ce911511a0137cfe2c.tar
nixpkgs-11fc2bad56bb6464b161f5ce911511a0137cfe2c.tar.gz
nixpkgs-11fc2bad56bb6464b161f5ce911511a0137cfe2c.tar.bz2
nixpkgs-11fc2bad56bb6464b161f5ce911511a0137cfe2c.tar.lz
nixpkgs-11fc2bad56bb6464b161f5ce911511a0137cfe2c.tar.xz
nixpkgs-11fc2bad56bb6464b161f5ce911511a0137cfe2c.tar.zst
nixpkgs-11fc2bad56bb6464b161f5ce911511a0137cfe2c.zip
nixos tests: disable fwupd for now
See https://github.com/NixOS/nixpkgs/pull/32751/files#r168736256
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 4b8bd0d30e4..6bf2e4d8c7f 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -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 {};
+  #tests.fwupd = callTest tests/fwupd.nix {}; # build during evaluation
   #tests.gitlab = callTest tests/gitlab.nix {};
   tests.gitolite = callTest tests/gitolite.nix {};
   tests.gjs = callTest tests/gjs.nix {};