about summary refs log tree commit diff
path: root/tests/plugins.sh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-02-13 Allow plugins to define new settings.Shea Levy1-1/+1
2018-02-13 Fix plugin tests on darwinShea Levy1-1/+1
2018-02-08 Allow using RegisterPrimop to define constants.Shea Levy1-1/+1
This enables plugins to add new constants, as well as new primops.
2018-02-08 Add plugins to make Nix more extensible.Shea Levy1-0/+7
All plugins in plugin-files will be dlopened, allowing them to statically construct instances of the various Register* types Nix supports.