nixosOptionsDoc: buildInputs -> nativeBuildInputs
to make strictDepsByDefault work
This commit is contained in:
parent
8e43dec8ba
commit
09226fffcf
@ -122,7 +122,7 @@ in rec {
|
|||||||
|
|
||||||
optionsJSON = pkgs.runCommand "options.json"
|
optionsJSON = pkgs.runCommand "options.json"
|
||||||
{ meta.description = "List of NixOS options in JSON format";
|
{ meta.description = "List of NixOS options in JSON format";
|
||||||
buildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgs.brotli
|
pkgs.brotli
|
||||||
(let
|
(let
|
||||||
self = (pkgs.python3Minimal.override {
|
self = (pkgs.python3Minimal.override {
|
||||||
|
Loading…
Reference in New Issue
Block a user