mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-04-30 11:21:56 +00:00
flake.nix: expose checks
This commit is contained in:
committed by
Philip Taron
parent
198b325606
commit
d01cd58a5f
@@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user