summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2020-05-02 11:28:50 -0300
committerJosé Romildo Malaquias <malaquias@gmail.com>2020-05-05 08:47:20 -0300
commit24b1e92d3dc5a69e039fe3b970894375c149de39 (patch)
tree63462e2b2de114c8668874810852f9d6b56eece3 /nixos/tests/all-tests.nix
parentc8e228f174e81f8d76d97452a60a56ec4d541402 (diff)
downloadnixpkgs-24b1e92d3dc5a69e039fe3b970894375c149de39.tar
nixpkgs-24b1e92d3dc5a69e039fe3b970894375c149de39.tar.gz
nixpkgs-24b1e92d3dc5a69e039fe3b970894375c149de39.tar.bz2
nixpkgs-24b1e92d3dc5a69e039fe3b970894375c149de39.tar.lz
nixpkgs-24b1e92d3dc5a69e039fe3b970894375c149de39.tar.xz
nixpkgs-24b1e92d3dc5a69e039fe3b970894375c149de39.tar.zst
nixpkgs-24b1e92d3dc5a69e039fe3b970894375c149de39.zip
nixos/tests: add enlightenment desktop environment
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 eff1752bbbf..9e33fd297ee 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -85,6 +85,7 @@ in
   ecryptfs = handleTest ./ecryptfs.nix {};
   ejabberd = handleTest ./xmpp/ejabberd.nix {};
   elk = handleTestOn ["x86_64-linux"] ./elk.nix {};
+  enlightenment = handleTest ./enlightenment.nix {};
   env = handleTest ./env.nix {};
   etcd = handleTestOn ["x86_64-linux"] ./etcd.nix {};
   etcd-cluster = handleTestOn ["x86_64-linux"] ./etcd-cluster.nix {};