mirror of
https://github.com/Mic92/nix-update.git
synced 2024-11-05 02:16:07 +03:00
checkInputs -> nativeCheckInputs
This commit is contained in:
parent
84317970d9
commit
e04066feda
@ -8,7 +8,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
name = "nix-update";
|
||||
inherit src;
|
||||
buildInputs = [ makeWrapper ];
|
||||
checkInputs = [
|
||||
nativeCheckInputs = [
|
||||
python3.pkgs.pytest
|
||||
python3.pkgs.black
|
||||
ruff
|
||||
|
Loading…
Reference in New Issue
Block a user