nix: use checkInputs for GTest
This commit is contained in:
parent
c06444f90c
commit
7f81f5fa7c
|
@ -60,7 +60,7 @@
|
||||||
|
|
||||||
devShell = pkgs.mkShell {
|
devShell = pkgs.mkShell {
|
||||||
inherit (self.defaultPackage.${system})
|
inherit (self.defaultPackage.${system})
|
||||||
buildInputs
|
checkInputs
|
||||||
nativeBuildInputs
|
nativeBuildInputs
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@ -82,7 +82,7 @@
|
||||||
pkg-config
|
pkg-config
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = with pkgs; [
|
checkInputs = with pkgs; [
|
||||||
gtest
|
gtest
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue