From e04066fedab770905b97bcdee295aca79ce803e2 Mon Sep 17 00:00:00 2001 From: figsoda Date: Tue, 24 Jan 2023 13:39:11 -0500 Subject: [PATCH] checkInputs -> nativeCheckInputs --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index bc910f0..c5117a1 100644 --- a/default.nix +++ b/default.nix @@ -8,7 +8,7 @@ python3.pkgs.buildPythonApplication rec { name = "nix-update"; inherit src; buildInputs = [ makeWrapper ]; - checkInputs = [ + nativeCheckInputs = [ python3.pkgs.pytest python3.pkgs.black ruff