diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2018-02-13 12:24:48 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2018-02-13 12:24:48 +0100 |
commit | 7828dca9e8e62b6fc6283d2f0c08ecb38ab8b6ca (patch) | |
tree | f8dc7e4d07209f47c9b18682c36712abe5850f24 /doc/manual/command-ref | |
parent | 1c10a74c73e710d164d9e5c527f98b309a6f7b2c (diff) | |
parent | 081f14a169d36243f97263acb41fb108af243619 (diff) |
Merge branch 'register-constant' of https://github.com/shlevy/nix
Diffstat (limited to 'doc/manual/command-ref')
-rw-r--r-- | doc/manual/command-ref/conf-file.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/command-ref/conf-file.xml b/doc/manual/command-ref/conf-file.xml index cede6db3c..5c4561f66 100644 --- a/doc/manual/command-ref/conf-file.xml +++ b/doc/manual/command-ref/conf-file.xml @@ -750,7 +750,7 @@ builtins.fetchurl { files will be dlopened by Nix, allowing them to affect execution through static initialization. In particular, these plugins may construct static instances of RegisterPrimOp to - add new primops to the expression language, + add new primops or constants to the expression language, RegisterStoreImplementation to add new store implementations, and RegisterCommand to add new subcommands to the <literal>nix</literal> command. See the constructors for those |