mirror of
https://github.com/NixOS/nix
synced 2025-07-18 02:58:27 +02:00
Add plugins to make Nix more extensible.
All plugins in plugin-files will be dlopened, allowing them to statically construct instances of the various Register* types Nix supports.
This commit is contained in:
parent
f201b7733e
commit
88cd2d41ac
24 changed files with 122 additions and 3 deletions
|
@ -22,7 +22,8 @@ nix_tests = \
|
|||
run.sh \
|
||||
brotli.sh \
|
||||
pure-eval.sh \
|
||||
check.sh
|
||||
check.sh \
|
||||
plugins.sh
|
||||
# parallel.sh
|
||||
|
||||
install-tests += $(foreach x, $(nix_tests), tests/$(x))
|
||||
|
@ -31,4 +32,4 @@ tests-environment = NIX_REMOTE= $(bash) -e
|
|||
|
||||
clean-files += $(d)/common.sh
|
||||
|
||||
installcheck: $(d)/common.sh
|
||||
installcheck: $(d)/common.sh $(d)/plugins/plugintest.so
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue