]> git.scottworley.com Git - hellowebpy/blobdiff - default.nix
Follow nixpkgs rename: checkInputs → nativeCheckInputs
[hellowebpy] / default.nix
index a223caaf8675c1a687658e42a1d6900f7d786daa..8bc58a30e78e6af30b6955b57acb2363af032707 100644 (file)
@@ -7,7 +7,7 @@ pkgs.python3Packages.callPackage
     version = "1.0.1-pre";
     src = lib.cleanSource ./.;
     PIP_DISABLE_PIP_VERSION_CHECK = 1;
-    checkInputs = [ curl mypy ] ++ lib.optionals lint [ autopep8 pylint ];
+    nativeCheckInputs = [ curl mypy ] ++ lib.optionals lint [ autopep8 pylint ];
     doCheck = true;
     checkPhase = "./test.sh";
     meta = {