Age | Commit message (Expand) | Author | Files | Lines |
2012-03-27 | Allow the command executed by "nix-build --run-env" to be overriden with --co... | Eelco Dolstra | 1 | -1/+9 |
2012-03-19 | Add a command "nix-build --run-env" to reproduce the environment of a derivation | Eelco Dolstra | 1 | -0/+29 |
2012-01-13 | * nix-build: put the temporary derivation symlink in a temporary | Eelco Dolstra | 1 | -28/+9 |
2012-01-05 | * Add a -I flag to the Perl bindings to nix-build and some other | Eelco Dolstra | 1 | -1/+1 |
2012-01-03 | * Use Nix::Config. | Eelco Dolstra | 1 | -4/+3 |
2011-10-10 | * Set the executable bit on scripts. | Eelco Dolstra | 1 | -0/+0 |
2011-08-06 | * Add a Nix expression search path feature. Paths between angle | Eelco Dolstra | 1 | -2/+2 |
2010-08-30 | * When using the build hook, distinguish between the stderr of the | Eelco Dolstra | 1 | -1/+6 |
2010-08-11 | * nix-build: recognise --cores. | Eelco Dolstra | 1 | -1/+1 |
2009-12-09 | * nix-build: be less verbose. | Eelco Dolstra | 1 | -1/+8 |
2009-07-15 | * nix-build: pass the --show-trace flag. | Eelco Dolstra | 1 | -0/+4 |
2009-06-10 | * nix-build: if nix-instantiate or nix-store fails due to a signal | Eelco Dolstra | 1 | -2/+8 |
2009-03-18 | * Clean up some tests (use nix-build where appropriate). | Eelco Dolstra | 1 | -1/+8 |
2009-02-27 | * nix-build: support --option. | Eelco Dolstra | 1 | -0/+7 |
2009-01-13 | (no commit message) | Eelco Dolstra | 1 | -1/+1 |
2008-11-20 | * Urgh. | Eelco Dolstra | 1 | -2/+4 |
2008-08-04 | * nix-build: `--dry-run' flag. | Eelco Dolstra | 1 | -0/+9 |
2007-11-15 | * nix-build: pass --argstr to nix-instantiate. | Eelco Dolstra | 1 | -3/+3 |
2007-06-11 | * Check against creation of GC roots in the store. Those roots don't | Eelco Dolstra | 1 | -2/+2 |
2006-12-08 | * Kill a build if it has gone for more than a certain number of | Eelco Dolstra | 1 | -0/+6 |
2006-10-31 | * Oops, `nix-build --no-out-link' was broken. | Eelco Dolstra | 1 | -1/+1 |
2006-10-19 | * nix-build: check the exit status of `nix-store -r'. | Eelco Dolstra | 1 | -4/+6 |
2006-08-04 | * Use old-school pipe opens; the new style is Perl >= 5.8.0. | Eelco Dolstra | 1 | -2/+3 |
2006-08-01 | * Better error checking. | Eelco Dolstra | 1 | -2/+2 |
2006-07-28 | * `nix-instantiate ... --arg NAME VALUE': allow arguments to be passed | Eelco Dolstra | 1 | -2/+10 |
2006-03-14 | * Allow the resulting symlink of nix-build to be named, e.g., | Eelco Dolstra | 1 | -9/+31 |
2006-03-03 | * More online help. | Eelco Dolstra | 1 | -1/+15 |
2006-03-03 | * Rewrote nix-build in Perl, since sh is just too limited (turns out | Eelco Dolstra | 1 | -78/+87 |
2006-02-10 | * Enable the --attr in nix-build as well (and add -A as an alias). | Eelco Dolstra | 1 | -6/+15 |
2005-07-13 | * nix-build: default to `./default.nix' if no paths are specified. | Eelco Dolstra | 1 | -28/+38 |
2005-02-01 | * Remove debug code. | Eelco Dolstra | 1 | -2/+2 |
2005-02-01 | * nix-build: use an indirection scheme to make it easier for users to | Eelco Dolstra | 1 | -17/+28 |
2005-02-01 | * nix-store, nix-instantiate: added an option `--add-root' to | Eelco Dolstra | 1 | -2/+9 |
2005-01-27 | * Fix and simplify the garbage collector (it's still not concurrent, | Eelco Dolstra | 1 | -1/+1 |
2005-01-14 | * Use absolute paths. | Eelco Dolstra | 1 | -2/+2 |
2004-12-20 | * Place manifests in /nix/var/nix/manifests. | Eelco Dolstra | 1 | -0/+0 |
2004-10-31 | * Fix `File exists' errors if the `result' symlink exists but is | Eelco Dolstra | 1 | -5/+4 |
2004-08-18 | * Flag `--no-link' suppresses symlinking to the output path. | Eelco Dolstra | 1 | -11/+19 |
2004-07-28 | * Nix-build places a symlink `result' in the current directory to the | Eelco Dolstra | 1 | -1/+10 |
2004-06-22 | * Nix-instantiate can return multiple store expressions. | Eelco Dolstra | 1 | -1/+3 |
2004-06-22 | * A utility script `nix-build' that builds Nix expressions and prints | Eelco Dolstra | 1 | -0/+23 |