summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorEmily <vcs@emily.moe>2020-03-23 22:12:15 +0000
committerEmily <vcs@emily.moe>2020-04-18 05:15:47 +0100
commit352e30df8a38b1b673c19de817fedca7d3d95d71 (patch)
tree6bdf8c86ed9b4d8d68565ecb5f19e30e7d97811a /nixos/tests/all-tests.nix
parent6285d5eabda26d0e696a328bcc9b8bf33dea1b3a (diff)
downloadnixpkgs-352e30df8a38b1b673c19de817fedca7d3d95d71.tar
nixpkgs-352e30df8a38b1b673c19de817fedca7d3d95d71.tar.gz
nixpkgs-352e30df8a38b1b673c19de817fedca7d3d95d71.tar.bz2
nixpkgs-352e30df8a38b1b673c19de817fedca7d3d95d71.tar.lz
nixpkgs-352e30df8a38b1b673c19de817fedca7d3d95d71.tar.xz
nixpkgs-352e30df8a38b1b673c19de817fedca7d3d95d71.tar.zst
nixpkgs-352e30df8a38b1b673c19de817fedca7d3d95d71.zip
nixos/tests/acme: don't restrict to x86_64
This was added in aade4e577bbb27f044217c51a006ab6ba544ebb5, but the
implementation of the ACME module has been entirely rewritten since
then, and the test seems to run fine on AArch64.
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 4f60892488a..5ff1c9586f8 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -22,7 +22,7 @@ let
 in
 {
   _3proxy = handleTest ./3proxy.nix {};
-  acme = handleTestOn ["x86_64-linux"] ./acme.nix {};
+  acme = handleTest ./acme.nix {};
   atd = handleTest ./atd.nix {};
   automysqlbackup = handleTest ./automysqlbackup.nix {};
   avahi = handleTest ./avahi.nix {};