mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-24 10:24:35 +00:00
nix: add a comment about makeScope
This commit is contained in:
parent
7251870780
commit
5e97ec91ae
@ -4,6 +4,10 @@
|
|||||||
llamaVersion ? "0.0.0",
|
llamaVersion ? "0.0.0",
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
# We're using `makeScope` instead of just writing out an attrset
|
||||||
|
# because it allows users to apply overlays later using `overrideScope'`.
|
||||||
|
# Cf. https://noogle.dev/f/lib/makeScope
|
||||||
|
|
||||||
lib.makeScope newScope (
|
lib.makeScope newScope (
|
||||||
self: {
|
self: {
|
||||||
inherit llamaVersion;
|
inherit llamaVersion;
|
||||||
|
Loading…
Reference in New Issue
Block a user