Age | Commit message (Expand) | Author | Files | Lines |
2012-11-28 | nix-env -q --out-path: Support multiple outputs | Eelco Dolstra | 1 | -3/+8 |
2012-11-26 | nix-instantiate: Fix read-only evaluation | Eelco Dolstra | 1 | -0/+2 |
2012-10-04 | getDerivation(): Don't always quietly ignore assertion failure | Eelco Dolstra | 1 | -2/+4 |
2012-07-26 | Merge branch 'master' into no-manifests | Eelco Dolstra | 1 | -5/+1 |
2012-07-18 | Use "#pragma once" to prevent repeated header file inclusion | Eelco Dolstra | 1 | -5/+1 |
2012-07-11 | nix-env: Determine which paths have substitutes in parallel | Eelco Dolstra | 1 | -1/+6 |
2010-11-25 | * DrvInfo contains pointers to expressions, so DrvInfos should be | Eelco Dolstra | 1 | -0/+4 |
2010-10-22 | * Store Value nodes outside of attribute sets. I.e., Attr now stores | Eelco Dolstra | 1 | -1/+1 |
2010-10-04 | * Make sure that config.h is included before the system headers, | Eelco Dolstra | 1 | -2/+2 |
2010-04-21 | * Store user environment manifests as a Nix expression in | Eelco Dolstra | 1 | -1/+1 |
2010-04-19 | * Added parsing of manifests in ATerm format. | Eelco Dolstra | 1 | -0/+5 |
2010-04-07 | * Update autoCallFunction() and findAlongAttrPath(). | Eelco Dolstra | 1 | -1/+1 |
2010-03-31 | * Implemented derivations. | Eelco Dolstra | 1 | -9/+6 |
2009-06-30 | * Support integers and lists of strings in meta fields. This is | Eelco Dolstra | 1 | -2/+11 |
2007-05-01 | * nix-env -i: instead of breaking package ties by version, break them | Eelco Dolstra | 1 | -0/+1 |
2007-02-02 | * nix-env now maintains meta info (from the `meta' derivation | Eelco Dolstra | 1 | -0/+5 |
2006-09-04 | * Use a proper namespace. | Eelco Dolstra | 1 | -2/+8 |
2006-07-28 | * `nix-instantiate ... --arg NAME VALUE': allow arguments to be passed | Eelco Dolstra | 1 | -1/+1 |
2006-07-26 | * Refactoring: get the selection path stuff out of getDerivations() | Eelco Dolstra | 1 | -2/+2 |
2006-07-25 | * Applied rbroek's patch from the branch at | Eelco Dolstra | 1 | -0/+1 |
2006-05-02 | * Huge reduction in memory use (2/3 or so on large nix-env -qas | Eelco Dolstra | 1 | -1/+3 |
2006-03-10 | * `nix-env -qa --description' shows human-readable descriptions of | Eelco Dolstra | 1 | -18/+6 |
2006-02-10 | * In nix-instantiate, allow us to specify a "path" to the | Eelco Dolstra | 1 | -1/+2 |
2006-02-08 | * Refactoring: move derivation evaluation to libexpr. | Eelco Dolstra | 1 | -0/+64 |