summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.devops/nix/scope.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/.devops/nix/scope.nix b/.devops/nix/scope.nix
index 7932ac1e..d295995a 100644
--- a/.devops/nix/scope.nix
+++ b/.devops/nix/scope.nix
@@ -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;