aboutsummaryrefslogtreecommitdiff
path: root/tests/plugins/local.mk
AgeCommit message (Collapse)Author
2018-02-13Fix plugin tests on darwinShea Levy
2018-02-08Add plugins to make Nix more extensible.Shea Levy
All plugins in plugin-files will be dlopened, allowing them to statically construct instances of the various Register* types Nix supports.