mirror of
https://github.com/kmein/niveum
synced 2026-03-16 18:21:07 +01:00
chore: nixfmt
This commit is contained in:
@@ -1,22 +1,19 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
{ pkgs, ... }: {
|
||||
environment.systemPackages = [
|
||||
(pkgs.python3.withPackages
|
||||
(py: [
|
||||
py.black
|
||||
py.python-language-server
|
||||
py.pyls-mypy
|
||||
py.pyls-black
|
||||
py.pyls-isort
|
||||
py.flake8
|
||||
py.flask
|
||||
py.pygments
|
||||
py.docopt
|
||||
py.schema
|
||||
py.ansicolors
|
||||
py.virtualenv
|
||||
])
|
||||
)
|
||||
(pkgs.python3.withPackages (py: [
|
||||
py.black
|
||||
py.python-language-server
|
||||
py.pyls-mypy
|
||||
py.pyls-black
|
||||
py.pyls-isort
|
||||
py.flake8
|
||||
py.flask
|
||||
py.pygments
|
||||
py.docopt
|
||||
py.schema
|
||||
py.ansicolors
|
||||
py.virtualenv
|
||||
]))
|
||||
];
|
||||
|
||||
home-manager.users.me.xdg.configFile."pycodestyle".text = ''
|
||||
|
||||
Reference in New Issue
Block a user