fix python environment
This commit is contained in:
parent
5b3fee0d47
commit
5fb2d57754
1 changed files with 10 additions and 6 deletions
|
@ -3,20 +3,24 @@
|
|||
let
|
||||
unstable = import <nixos-unstable> {};
|
||||
in {
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
gnumake
|
||||
go
|
||||
python38
|
||||
python38Packages.pyls-black
|
||||
python38Packages.pyls-isort
|
||||
python38Packages.pyls-mypy
|
||||
python38Packages.python-language-server
|
||||
python38Packages.requests
|
||||
rustup
|
||||
unstable.golangci-lint
|
||||
unstable.gopls
|
||||
unstable.rust-analyzer
|
||||
|
||||
(python38.withPackages(python-packages: with python-packages; [
|
||||
pyls-black
|
||||
pyls-isort
|
||||
pyls-mypy
|
||||
python-language-server
|
||||
pyyaml
|
||||
requests
|
||||
]))
|
||||
|
||||
emacs
|
||||
ltrace
|
||||
sops
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue