Warn about instability of plugin API

This commit is contained in:
Shea Levy 2021-02-22 17:10:55 -05:00
parent 8043bc6c8d
commit 35205e2e92
No known key found for this signature in database
GPG key ID: 5C0BD6957D86FE27

View file

@ -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