Commit 09c539a7 authored by Tanya's avatar Tanya
Browse files

nix-prefetch-github: add nix to dependencies

parent a6a9f5f1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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