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 {
|
||||
name = "SkyOS-book";
|
||||
src = ./.;
|
||||
buildInputs = [
|
||||
nativeBuildInputs = [
|
||||
mdbook
|
||||
nixdoc
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue