From fe0b28873b823e061d4a7ff80918ddd3192a8884 Mon Sep 17 00:00:00 2001 From: foosinn Date: Tue, 8 Sep 2020 18:48:57 +0200 Subject: [PATCH] openssl support for rust --- roles/dev.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/roles/dev.nix b/roles/dev.nix index 2710627..ebec090 100644 --- a/roles/dev.nix +++ b/roles/dev.nix @@ -7,16 +7,19 @@ let unstable = import {}; in { environment.systemPackages = with pkgs; [ - emacs go python37 python37Packages.pyls-black python37Packages.pyls-isort python37Packages.pyls-mypy rustup - sops - tig unstable.gopls unstable.rust-analyzer + + emacs + sops + tig + + openssl pkg-config nasm cmake zlib gcc binutils-unwrapped ]; }