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";