generated-package-docs-check:
["nix", "eval", "--json", "--file", str(nix_file)],
...<2 lines>...
check=True,
)
File "/nix/store/l9k0a …
generated-package-docs-check:
["nix", "eval", "--json", "--file", str(nix_file)],
...<2 lines>...
check=True,
)
File "/nix/store/l9k0anq0z7zz81zcwy035jfwap9ga6rl-python3-3.13.13/lib/python3.13/subprocess.py", line 577, in run
raise CalledProcessError(retcode, process.args,
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['nix', 'eval', '--json', '--file', '/build/source/scripts/generate-package-docs.nix']' returned non-zero exit status 1.
|