openssl support for rust
This commit is contained in:
parent
e62ea973cb
commit
fe0b28873b
1 changed files with 6 additions and 3 deletions
|
@ -7,16 +7,19 @@ let
|
|||
unstable = import <nixos-unstable> {};
|
||||
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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue