diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-11-26T11·24+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-11-26T11·24+0000 |
commit | 2a4bac5459f42764b39ac70f906f5dd3330a3ac5 (patch) | |
tree | bbfd82cfe6e081bd0f83722e9c3aa3abd9f831c3 /doc/manual/nix-instantiate-reference.xml | |
parent | bd0ce1a4be6612cf53d9d31f1cbe1b25085ccf75 (diff) |
* Refactoring.
* Convert tabs to spaces.
Diffstat (limited to 'doc/manual/nix-instantiate-reference.xml')
-rw-r--r-- | doc/manual/nix-instantiate-reference.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/manual/nix-instantiate-reference.xml b/doc/manual/nix-instantiate-reference.xml new file mode 100644 index 000000000000..2e2749e43441 --- /dev/null +++ b/doc/manual/nix-instantiate-reference.xml @@ -0,0 +1,37 @@ +<refentry> + <refnamediv> + <refname>nix-instantiate</refname> + <refpurpose>generate Nix expressions from a high-level description</refpurpose> + </refnamediv> + + <refsynopsisdiv> + <cmdsynopsis> + <command>fix</command> + <group choice='opt' rep='repeat'> + <arg><option>--verbose</option></arg> + <arg><option>-v</option></arg> + </group> + <arg rep='repeat'><replaceable>files</replaceable></arg> + </cmdsynopsis> + </refsynopsisdiv> + + <refsect1> + <title>Description</title> + + <para> + The command <command>fix</command> generates Nix expressions from + expressions is Fix's own high-level language. While Nix expressions are + very primitive and not intended to be written directly, Fix expressions + are quite easy to write. + </para> + + </refsect1> + +</refentry> + + +<!-- +local variables: +sgml-parent-document: ("book.xml" "refentry") +end: +--> |