nix: use checkInputs for GTest

This commit is contained in:
Bruno BELANYI 2021-08-23 00:51:07 +02:00
parent c06444f90c
commit 7f81f5fa7c
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@
devShell = pkgs.mkShell {
inherit (self.defaultPackage.${system})
buildInputs
checkInputs
nativeBuildInputs
;
@ -82,7 +82,7 @@
pkg-config
];
buildInputs = with pkgs; [
checkInputs = with pkgs; [
gtest
];