From 09c628be6055a97edee8dd94458e712170828151 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 1 Sep 2021 19:34:33 +0200 Subject: [PATCH] nix: set 'doCheck' It ensures that the `checkInputs` are being made part of `nativeBuildInputs`. --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 56d4ecf..5173318 100644 --- a/flake.nix +++ b/flake.nix @@ -86,6 +86,8 @@ gtest ]; + doCheck = true; + meta = with pkgs.lib; { description = "A simple calculator using big numbers"; homepage = "https://gitea.belanyi.fr/ambroisie/abacus";