From 4c1af9b37164ccbbb7291ccb652d8c8a10c24f96 Mon Sep 17 00:00:00 2001 From: Bob van der Linden Date: Wed, 19 Dec 2018 22:55:00 +0100 Subject: [PATCH] nixos/tests: nghttpx: /var/run -> /run --- nixos/tests/nghttpx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/nghttpx.nix b/nixos/tests/nghttpx.nix index 433562b97191..d41fa01aa9a8 100644 --- a/nixos/tests/nghttpx.nix +++ b/nixos/tests/nghttpx.nix @@ -1,5 +1,5 @@ let - nginxRoot = "/var/run/nginx"; + nginxRoot = "/run/nginx"; in import ./make-test.nix ({...}: { name = "nghttpx";