checkInputs -> nativeCheckInputs

This commit is contained in:
figsoda 2023-01-24 13:39:11 -05:00
parent 84317970d9
commit e04066feda

View File

@ -8,7 +8,7 @@ python3.pkgs.buildPythonApplication rec {
name = "nix-update";
inherit src;
buildInputs = [ makeWrapper ];
checkInputs = [
nativeCheckInputs = [
python3.pkgs.pytest
python3.pkgs.black
ruff