]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
flake.nix: expose checks
authorSomeone Serge <redacted>
Fri, 29 Dec 2023 16:21:50 +0000 (16:21 +0000)
committerPhilip Taron <redacted>
Sun, 31 Dec 2023 21:14:58 +0000 (13:14 -0800)
flake.nix

index 920a79906b7078cc7c64a52ef21232831696de7e..8d0f095d71d6d006a36eb6591eebc52252619135 100644 (file)
--- a/flake.nix
+++ b/flake.nix
               // 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;
           };
       };
 }