summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
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;
};
};
}