summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2020-11-04 12:45:20 -0500
committerTim Steinbach <tim@nequissimus.com>2020-11-04 12:57:58 -0500
commit7e062659e97ba0c354a329dbf6ae2f9460cfc69b (patch)
tree24ce2e05e5ab411070a32fb78030d5bedd156290 /nixos/tests/all-tests.nix
parent0aaf9d61432d6fae51a8164bbb9fe97bd636441f (diff)
downloadnixpkgs-7e062659e97ba0c354a329dbf6ae2f9460cfc69b.tar
nixpkgs-7e062659e97ba0c354a329dbf6ae2f9460cfc69b.tar.gz
nixpkgs-7e062659e97ba0c354a329dbf6ae2f9460cfc69b.tar.bz2
nixpkgs-7e062659e97ba0c354a329dbf6ae2f9460cfc69b.tar.lz
nixpkgs-7e062659e97ba0c354a329dbf6ae2f9460cfc69b.tar.xz
nixpkgs-7e062659e97ba0c354a329dbf6ae2f9460cfc69b.tar.zst
nixpkgs-7e062659e97ba0c354a329dbf6ae2f9460cfc69b.zip
ammonite: Add test reference, update script
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 553f4f8fc4c..e277f5922cc 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -24,6 +24,7 @@ in
   _3proxy = handleTest ./3proxy.nix {};
   acme = handleTest ./acme.nix {};
   agda = handleTest ./agda.nix {};
+  ammonite = handleTest ./ammonite.nix {};
   atd = handleTest ./atd.nix {};
   avahi = handleTest ./avahi.nix {};
   avahi-with-resolved = handleTest ./avahi.nix { networkd = true; };