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> {};
|
unstable = import <nixos-unstable> {};
|
||||||
in {
|
in {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
emacs
|
|
||||||
go
|
go
|
||||||
python37
|
python37
|
||||||
python37Packages.pyls-black
|
python37Packages.pyls-black
|
||||||
python37Packages.pyls-isort
|
python37Packages.pyls-isort
|
||||||
python37Packages.pyls-mypy
|
python37Packages.pyls-mypy
|
||||||
rustup
|
rustup
|
||||||
sops
|
|
||||||
tig
|
|
||||||
unstable.gopls
|
unstable.gopls
|
||||||
unstable.rust-analyzer
|
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