Skip to content

Commit

Permalink
nix-flake: Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Renkhoff <[email protected]>
  • Loading branch information
Irockasingranite committed Feb 8, 2024
1 parent 195ead3 commit 0fc3fc8
Show file tree
Hide file tree
Showing 4 changed files with 550 additions and 549 deletions.
120 changes: 60 additions & 60 deletions nix/python-dependencies.nix
Original file line number Diff line number Diff line change
@@ -1,61 +1,61 @@
{ pypkgs }: with pypkgs; [
anytree
breathe
canopen
cbor
colorama
commonmark
coverage
docutils
ecdsa
gcovr
graphviz
grpcio-tools
imagesize
imgtool
intelhex
junit2html
junitparser
lpc-checksum
lxml
mock
mypy
natsort
packaging
parse
pillow
ply
progress
protobuf
psutil
pyelftools
pygithub
pygments
pykitinfo
pykwalify
pylink-square
pylint
pymcuprog
pyocd
pyserial
pytest
python-magic
pyyaml
recommonmark
regex
requests
sphinx
sphinx-copybutton
sphinx-csv-filter
sphinx-notfound-page
sphinx-rtd-theme
sphinx-tabs
sphinx-togglebutton
sphinx-tsn-theme
sphinxcontrib-mscgen
sphinxcontrib-svg2pdfconverter
tabulate
west
yamllint
zcbor
]
anytree
breathe
canopen
cbor
colorama
commonmark
coverage
docutils
ecdsa
gcovr
graphviz
grpcio-tools
imagesize
imgtool
intelhex
junit2html
junitparser
lpc-checksum
lxml
mock
mypy
natsort
packaging
parse
pillow
ply
progress
protobuf
psutil
pyelftools
pygithub
pygments
pykitinfo
pykwalify
pylink-square
pylint
pymcuprog
pyocd
pyserial
pytest
python-magic
pyyaml
recommonmark
regex
requests
sphinx
sphinx-copybutton
sphinx-csv-filter
sphinx-notfound-page
sphinx-rtd-theme
sphinx-tabs
sphinx-togglebutton
sphinx-tsn-theme
sphinxcontrib-mscgen
sphinxcontrib-svg2pdfconverter
tabulate
west
yamllint
zcbor
]
2 changes: 1 addition & 1 deletion nix/sphinxcontrib-svg2pdfconverter/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildPythonPackage rec {
};

format = "pyproject";

nativeBuildInputs = [
setuptools
];
Expand Down
Loading

0 comments on commit 0fc3fc8

Please sign in to comment.