From 6a4375bc16f895a23816560752156348d29ba55a Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Tue, 20 Oct 2020 01:15:01 +0200 Subject: [PATCH] packages: add openssl This is needed to run transcrypt --- packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.nix b/packages.nix index 5d947f0..bcb8abf 100644 --- a/packages.nix +++ b/packages.nix @@ -20,7 +20,7 @@ in environment.systemPackages = with pkgs; [ # utilities iftop curl ranger neovim - nix-script + nix-script openssl jq ack # backup