diff --git a/flake.nix b/flake.nix index f5b2bcf..56d4ecf 100644 --- a/flake.nix +++ b/flake.nix @@ -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 ];