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
|
let
|
||||||
unstable = import <nixos-unstable> {};
|
unstable = import <nixos-unstable> {};
|
||||||
in {
|
in {
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
gnumake
|
gnumake
|
||||||
go
|
go
|
||||||
python38
|
|
||||||
python38Packages.pyls-black
|
|
||||||
python38Packages.pyls-isort
|
|
||||||
python38Packages.pyls-mypy
|
|
||||||
python38Packages.python-language-server
|
|
||||||
python38Packages.requests
|
|
||||||
rustup
|
rustup
|
||||||
unstable.golangci-lint
|
unstable.golangci-lint
|
||||||
unstable.gopls
|
unstable.gopls
|
||||||
unstable.rust-analyzer
|
unstable.rust-analyzer
|
||||||
|
|
||||||
|
(python38.withPackages(python-packages: with python-packages; [
|
||||||
|
pyls-black
|
||||||
|
pyls-isort
|
||||||
|
pyls-mypy
|
||||||
|
python-language-server
|
||||||
|
pyyaml
|
||||||
|
requests
|
||||||
|
]))
|
||||||
|
|
||||||
emacs
|
emacs
|
||||||
ltrace
|
ltrace
|
||||||
sops
|
sops
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue