From 0ceef2ac3f8d622136ff28047a4e9a5d01e34e0b Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 18 Oct 2017 15:33:08 +0200 Subject: feat: Install openssl --- packages.nix | 1 + pkgs/terraform-bin.nix | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/packages.nix b/packages.nix index 6563a98e65fa..cb67d6386903 100644 --- a/packages.nix +++ b/packages.nix @@ -36,6 +36,7 @@ in { numix-gtk-theme numix-icon-theme openjdk + openssl pass pavucontrol ripgrep diff --git a/pkgs/terraform-bin.nix b/pkgs/terraform-bin.nix index cb1481df8393..a12900d6a3c2 100644 --- a/pkgs/terraform-bin.nix +++ b/pkgs/terraform-bin.nix @@ -23,6 +23,4 @@ stdenv.mkDerivation rec { homepage = "https://www.terraform.io/"; license = licenses.mpl20; }; - - # } -- cgit 1.4.1