nix-prefetch-github: add nix to dependencies (#393781)

This commit is contained in:
Pol Dellaiera
2025-04-13 18:08:06 +02:00
committed by GitHub
@@ -10,6 +10,7 @@
sphinx-argparse,
parameterized,
setuptools,
nix,
}:
buildPythonPackage rec {
@@ -30,6 +31,8 @@ buildPythonPackage rec {
hash = "sha256-eQd/MNlnuzXzgFzvwUMchvHoIvkIrbpGKV7iknO14Cc=";
};
dependencies = [ nix ];
nativeBuildInputs = [
sphinxHook
sphinx-argparse