nix: add a comment about makeScope

This commit is contained in:
Someone Serge
2024-01-21 03:15:13 +00:00
committed by Someone
parent 7251870780
commit 5e97ec91ae

View File

@@ -4,6 +4,10 @@
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 (
self: {
inherit llamaVersion;