aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/globals.hh
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2021-02-22 17:10:55 -0500
committerShea Levy <shea@shealevy.com>2021-02-22 17:10:55 -0500
commit35205e2e922952fc0654260a07fc3191c5afc2cc (patch)
tree80a44ed4dcbc097ed3e934e5c11944dce71b6ef2 /src/libstore/globals.hh
parent8043bc6c8d614b074767f875abeff8b5d84da158 (diff)
Warn about instability of plugin API
Diffstat (limited to 'src/libstore/globals.hh')
-rw-r--r--src/libstore/globals.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh
index 1d968ef3e..1254698ca 100644
--- a/src/libstore/globals.hh
+++ b/src/libstore/globals.hh
@@ -831,6 +831,9 @@ public:
command, and RegisterSetting to add new nix config settings. See the
constructors for those types for more details.
+ Warning! These APIs are inherently unstable and may change from
+ release to release.
+
Since these files are loaded into the same address space as Nix
itself, they must be DSOs compatible with the instance of Nix
running at the time (i.e. compiled against the same headers, not