From: Someone Serge Date: Fri, 29 Dec 2023 16:21:50 +0000 (+0000) Subject: flake.nix: expose checks X-Git-Tag: upstream/0.0.4488~2752 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=356ea17e0f92bfbbf28a4f69261bed48eff68d9c;p=pkg%2Fggml%2Fsources%2Fllama.cpp flake.nix: expose checks --- diff --git a/flake.nix b/flake.nix index 920a7990..8d0f095d 100644 --- a/flake.nix +++ b/flake.nix @@ -111,6 +111,11 @@ // lib.optionalAttrs (system == "x86_64-linux") { rocm = config.legacyPackages.llamaPackagesRocm.llama-cpp; }; + + # Packages exposed in `.#checks` will be built by the CI and by + # `nix flake check`. Currently we expose all packages, but we could + # make more granular choices + checks = config.packages; }; }; }