From 23c51fe60b86ccc77c5abef58c9463dccc5585b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 20 Jul 2023 12:21:18 +0200 Subject: [PATCH] nix-unstable-static: drop unused openssl --- images/nix-unstable-static/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/images/nix-unstable-static/default.nix b/images/nix-unstable-static/default.nix index f494ce0..8a084f5 100644 --- a/images/nix-unstable-static/default.nix +++ b/images/nix-unstable-static/default.nix @@ -11,9 +11,7 @@ let inherit (pkgsStatic) bashInteractive busybox - cacert - openssl - ; + cacert; bash = bashInteractive;