about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--modules/user/openlab/base.nix2
-rw-r--r--pkgs/profpatsch/xdg-open/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/user/openlab/base.nix b/modules/user/openlab/base.nix
index 9c20e3d6..fed862bf 100644
--- a/modules/user/openlab/base.nix
+++ b/modules/user/openlab/base.nix
@@ -46,7 +46,7 @@ in
         fish
         git
         man-pages
-        netcat-openbsd
+        libressl.nc
         python3
         tmux
         screen
diff --git a/pkgs/profpatsch/xdg-open/default.nix b/pkgs/profpatsch/xdg-open/default.nix
index 243f532d..c23adeb9 100644
--- a/pkgs/profpatsch/xdg-open/default.nix
+++ b/pkgs/profpatsch/xdg-open/default.nix
@@ -19,7 +19,7 @@ let
       // getBins pkgs.s6 [ "s6-ioconnect" ]
       // getBins pkgs.s6-portable-utils [ "s6-test" ]
       // getBins pkgs.s6-networking [ "s6-tcpclient" ]
-      // getBins pkgs.netcat-openbsd [ "nc" ]
+      // getBins pkgs.libressl.nc [ "nc" ]
       // getBins pkgs.dmenu [ "dmenu" "dmenu_path" ]
       # TODO: make sure these are the ones from the environment
       // getBins pkgs.emacs [ "emacsclient" ]