1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 00:06:26 -04:00

add python dependencies

This commit is contained in:
Alejandro Sanchez Medina 2023-10-10 13:14:37 +01:00
parent 957bda73d4
commit 5ede808e39

View file

@ -16,11 +16,13 @@
src = self;
buildInputs = with pkgs.python310Packages; [
livereload
linkify-it-py
myst-parser
sphinx
sphinx-book-theme
sphinx-copybutton
sphinx-design
sphinx-notfound-page
black
];
buildPhase = ''