Skip to content

Commit

Permalink
nixos: enable nginx test
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Mar 20, 2017
1 parent fff8cc7 commit 7151e74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/release.nix
Expand Up @@ -280,6 +280,7 @@ in rec {
tests.networkingProxy = callTest tests/networking-proxy.nix {};
tests.nfs3 = callTest tests/nfs.nix { version = 3; };
tests.nfs4 = callTest tests/nfs.nix { version = 4; };
tests.nginx = callTest tests/nginx.nix { };
tests.leaps = callTest tests/leaps.nix { };
tests.nsd = callTest tests/nsd.nix {};
tests.openssh = callTest tests/openssh.nix {};
Expand Down

0 comments on commit 7151e74

Please sign in to comment.