about summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2018-01-08 15:09:33 +0100
committerrnhmjoj <rnhmjoj@inventati.org>2018-01-08 15:09:33 +0100
commit4ebb9621f44bf440ed8f35fc3ec3329840139136 (patch)
tree795c0cf97d64d004e52ee91f93556c60fca4055e /nixos/release.nix
parent9dcb4b40b01ea25f1fcefeb45da922c5a2a60698 (diff)
downloadnixlib-4ebb9621f44bf440ed8f35fc3ec3329840139136.tar
nixlib-4ebb9621f44bf440ed8f35fc3ec3329840139136.tar.gz
nixlib-4ebb9621f44bf440ed8f35fc3ec3329840139136.tar.bz2
nixlib-4ebb9621f44bf440ed8f35fc3ec3329840139136.tar.lz
nixlib-4ebb9621f44bf440ed8f35fc3ec3329840139136.tar.xz
nixlib-4ebb9621f44bf440ed8f35fc3ec3329840139136.tar.zst
nixlib-4ebb9621f44bf440ed8f35fc3ec3329840139136.zip
Revert "nixos/dnscrypt-proxy: remove"
This reverts commit 5dc2853981b6e9287668dd17477375adfeb60ebf.
The project has a new maintainer.
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 5ae32928240a..cf3fe6abd48c 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -255,6 +255,7 @@ in rec {
   tests.docker = hydraJob (import tests/docker.nix { system = "x86_64-linux"; });
   tests.docker-edge = hydraJob (import tests/docker-edge.nix { system = "x86_64-linux"; });
   tests.dovecot = callTest tests/dovecot.nix {};
+  tests.dnscrypt-proxy = callTest tests/dnscrypt-proxy.nix { system = "x86_64-linux"; };
   tests.ecryptfs = callTest tests/ecryptfs.nix {};
   tests.etcd = hydraJob (import tests/etcd.nix { system = "x86_64-linux"; });
   tests.ec2-nixops = hydraJob (import tests/ec2.nix { system = "x86_64-linux"; }).boot-ec2-nixops;