aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/nix-instantiate.xml
AgeCommit message (Collapse)Author
2014-08-27Restructuring the Nix manualMikey Ariel
2014-06-27Add `--json` argument to `nix-instantiate`Paul Colomiets
2014-02-19nix-instantiate: Rename --eval-only to --eval, --parse-only to --parseEelco Dolstra
2014-02-19nix-instantiate: Add a flag --expr / -E to read expressions from the command ↵Eelco Dolstra
line This is basically a shortcut for ‘echo 'expr...' | nix-instantiate -’. Also supported by nix-build and nix-shell.
2014-02-07Rename --no-readonly-mode --read-write-modeShea Levy
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-02-07nix-instantiate: Add a --no-readonly-mode flagShea Levy
This allows running nix-instantiate --eval-only without performing the evaluation in readonly mode, letting features like import from derivation and automatic substitution of builtins.storePath paths work. Signed-off-by: Shea Levy <shea@shealevy.com>
2012-04-17nix-instantiate: default to "default.nix" if no arguments are givenEelco Dolstra
2012-04-17Added utility command ‘nix-instantiate --find-file’ to look up a file in ↵Eelco Dolstra
Nix's search path
2012-04-06Include environment variables in the manpagesEelco Dolstra
2012-04-06Include common options in the manpages using some XInclude hackeryEelco Dolstra
2009-07-14* Remove the redundant <sections> around refentries.Eelco Dolstra
2007-09-19* Manpage for nix-copy-closure.Eelco Dolstra
2007-02-05* Compatibility with docbook5-xsl.Eelco Dolstra
2006-10-05* Documented nix-instantiate --xml, --strict.Eelco Dolstra
* Added an example to the nix-build section.
2006-10-05* Documented --attr / -A.Eelco Dolstra
2006-10-05* Document --arg.Eelco Dolstra
2006-08-21* Convert to DocBook 5.Eelco Dolstra
* Use Jing for RelaxNG validation, xmllint seems buggy.
2006-02-10* Document that nix-instantiate can read from stdin.Eelco Dolstra
2005-04-05* Manual updates.Eelco Dolstra
2005-03-16* Documented common environment variables.Eelco Dolstra
2005-03-15* XInclude all the way.Eelco Dolstra
2004-11-12* Document --eval-only and --parse-only options in nix-instantiate.Eelco Dolstra
2004-02-10* Lots of manual stuff. Reference pages for most Nix commands.Eelco Dolstra
* nix-pull now requires the full url to the manifest, i.e., `/MANIFEST/' is no longer automatically appended. * nix-prefetch-url works again.
2004-02-02* Sort `nix-env -q' output by derivation name.Eelco Dolstra
* `--version' flag for all commands. * Manual updates.
2003-12-21* Man pages in sections.Eelco Dolstra