flake: checkInputs -> nativeCheckInputs

Use nativeCheckInputs instead of checkInputs because it is more
semantically correct even if checkInputs works with Crane.
This commit is contained in:
nikstur 2023-05-24 01:08:58 +02:00
parent 8e4de7892a
commit 740f7f9314
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@
src = ./rust/tool;
extraArgs = {
TEST_SYSTEMD = pkgs.systemd;
checkInputs = with pkgs; [
nativeCheckInputs = with pkgs; [
binutils-unwrapped
sbsigntool
];