fix(docgen): use nativeBuildInputs instead of buildInputs
This commit is contained in:
parent
9b6cf5b8dd
commit
22398cb6a9
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
stdenvNoCC.mkDerivation {
|
stdenvNoCC.mkDerivation {
|
||||||
name = "SkyOS-book";
|
name = "SkyOS-book";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
buildInputs = [
|
nativeBuildInputs = [
|
||||||
mdbook
|
mdbook
|
||||||
nixdoc
|
nixdoc
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue