nixosOptionsDoc: buildInputs -> nativeBuildInputs

to make strictDepsByDefault work
This commit is contained in:
Artturin 2022-10-07 19:26:22 +03:00
parent 8e43dec8ba
commit 09226fffcf

View file

@ -122,7 +122,7 @@ in rec {
optionsJSON = pkgs.runCommand "options.json"
{ meta.description = "List of NixOS options in JSON format";
buildInputs = [
nativeBuildInputs = [
pkgs.brotli
(let
self = (pkgs.python3Minimal.override {