diff --git a/flake.nix b/flake.nix index e6d3c4d..87089ea 100644 --- a/flake.nix +++ b/flake.nix @@ -80,6 +80,7 @@ inherit nativeBuildInputs buildInputs; }; in { + checks.default = craneBuild; packages = { default = craneBuild; };