Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-06-27 | Add `--json` argument to `nix-instantiate` | Paul Colomiets | 1 | -0/+9 | |
2014-02-19 | nix-instantiate: Rename --eval-only to --eval, --parse-only to --parse | Eelco Dolstra | 1 | -15/+15 | |
2014-02-19 | nix-instantiate: Add a flag --expr / -E to read expressions from the command ↵ | Eelco Dolstra | 1 | -52/+64 | |
line This is basically a shortcut for ‘echo 'expr...' | nix-instantiate -’. Also supported by nix-build and nix-shell. | |||||
2014-02-07 | Rename --no-readonly-mode --read-write-mode | Shea Levy | 1 | -2/+2 | |
Signed-off-by: Shea Levy <shea@shealevy.com> | |||||
2014-02-07 | nix-instantiate: Add a --no-readonly-mode flag | Shea Levy | 1 | -0/+12 | |
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-17 | nix-instantiate: default to "default.nix" if no arguments are given | Eelco Dolstra | 1 | -2/+3 | |
2012-04-17 | Added utility command ‘nix-instantiate --find-file’ to look up a file in ↵ | Eelco Dolstra | 1 | -0/+14 | |
Nix's search path | |||||
2012-04-06 | Include environment variables in the manpages | Eelco Dolstra | 1 | -0/+9 | |
2012-04-06 | Include common options in the manpages using some XInclude hackery | Eelco Dolstra | 1 | -2/+6 | |
2009-07-14 | * Remove the redundant <sections> around refentries. | Eelco Dolstra | 1 | -1/+2 | |
2007-09-19 | * Manpage for nix-copy-closure. | Eelco Dolstra | 1 | -1/+9 | |
2007-02-05 | * Compatibility with docbook5-xsl. | Eelco Dolstra | 1 | -1/+1 | |
2006-10-05 | * Documented nix-instantiate --xml, --strict. | Eelco Dolstra | 1 | -4/+86 | |
* Added an example to the nix-build section. | |||||
2006-10-05 | * Documented --attr / -A. | Eelco Dolstra | 1 | -0/+7 | |
2006-10-05 | * Document --arg. | Eelco Dolstra | 1 | -0/+1 | |
2006-08-21 | * Convert to DocBook 5. | Eelco Dolstra | 1 | -1/+2 | |
* Use Jing for RelaxNG validation, xmllint seems buggy. | |||||
2006-02-10 | * Document that nix-instantiate can read from stdin. | Eelco Dolstra | 1 | -0/+4 | |
2005-04-05 | * Manual updates. | Eelco Dolstra | 1 | -77/+85 | |
2005-03-16 | * Documented common environment variables. | Eelco Dolstra | 1 | -3/+2 | |
2005-03-15 | * XInclude all the way. | Eelco Dolstra | 1 | -2/+2 | |
2004-11-12 | * Document --eval-only and --parse-only options in nix-instantiate. | Eelco Dolstra | 1 | -0/+25 | |
2004-02-10 | * Lots of manual stuff. Reference pages for most Nix commands. | Eelco Dolstra | 1 | -3/+43 | |
* 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 | 1 | -17/+5 | |
* `--version' flag for all commands. * Manual updates. | |||||
2003-12-21 | * Man pages in sections. | Eelco Dolstra | 1 | -0/+37 | |