about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tests/sandbox.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sandbox.nix b/tests/sandbox.nix
index 69cc746b..2b215715 100644
--- a/tests/sandbox.nix
+++ b/tests/sandbox.nix
@@ -132,7 +132,7 @@
 
       (pkgs.vuizvui.buildSandbox (pkgs.writeScriptBin "test-sandbox3" ''
         #!${pkgs.stdenv.shell}
-        echo hello network | ${pkgs.netcat-openbsd}/bin/nc -N 127.0.0.1 3000 \
+        echo hello network | ${pkgs.libressl.nc}/bin/nc -N 127.0.0.1 3000 \
           || echo netcat has failed
       '') { namespaces.net = true; })