Files
system76-coreboot/util/nixshell/documentation.nix
Jeremy Soller d97e25ac13 Merge 4.16
Change-Id: I11db70a8e25a6656c5ec640a703e7b06d5a3672e
2022-03-04 07:19:45 -07:00

14 lines
202 B
Nix

with import <nixpkgs> {};
stdenvNoCC.mkDerivation {
name = "coreboot-documentation";
buildInputs = [
git
gnumake
python3Packages.recommonmark
python3Packages.sphinx_rtd_theme
sphinx
];
}