mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-25 05:48:47 +01:00
flake.nix: expose checks
This commit is contained in:
parent
a5c088d8c6
commit
356ea17e0f
@ -111,6 +111,11 @@
|
|||||||
// lib.optionalAttrs (system == "x86_64-linux") {
|
// lib.optionalAttrs (system == "x86_64-linux") {
|
||||||
rocm = config.legacyPackages.llamaPackagesRocm.llama-cpp;
|
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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user