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 ]; }