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;