Age | Commit message (Expand) | Author | Files | Lines |
2014-01-13 | nix-shell: Don't set NIX_INDENT_MAKE | Eelco Dolstra | 1 | -0/+1 |
2014-01-13 | nix-shell: Set $IN_NIX_SHELL before evaluating | Eelco Dolstra | 1 | -2/+2 |
2014-01-06 | Revert "nix-shell: Set $IN_NIX_SHELL before evaluation" | Eelco Dolstra | 1 | -2/+2 |
2013-12-30 | nix-shell --pure: Don't clear IN_NIX_SHELL | Shea Levy | 1 | -1/+1 |
2013-12-20 | nix-shell: Don't warn about the lack of a GC root | Eelco Dolstra | 1 | -1/+1 |
2013-12-20 | nix-shell: Set $IN_NIX_SHELL before evaluation | Eelco Dolstra | 1 | -2/+2 |
2013-12-20 | nix-shell: Handle --option correctly | Eelco Dolstra | 1 | -1/+1 |
2013-12-17 | nix-shell --pure: Keep $TERM | Eelco Dolstra | 1 | -1/+1 |
2013-10-18 | Don't set $PS1 in non-interactive shells | Eelco Dolstra | 1 | -1/+1 |
2013-10-18 | nix-shell: Play nicely with non-interactive shells | Shea Levy | 1 | -1/+3 |
2013-10-14 | nix-shell: Fix bash completion | Eelco Dolstra | 1 | -0/+1 |
2013-09-06 | nix-shell: Support a .drv as argument | Eelco Dolstra | 1 | -8/+13 |
2013-07-31 | nix-shell: Don't disable Automake dependency tracking | Eelco Dolstra | 1 | -1/+2 |
2013-07-19 | nix-shell: Set $IN_NIX_SHELL | Eelco Dolstra | 1 | -0/+2 |
2013-07-19 | nix-shell: Set some environment variables also set by build.cc | Eelco Dolstra | 1 | -1/+3 |
2013-07-19 | Rename ‘nix-build --run-env’ to ‘nix-shell’ | Eelco Dolstra | 1 | -7/+9 |
2013-07-19 | nix-build --run-env: Add a ‘--pure’ flag | Eelco Dolstra | 1 | -2/+15 |
2013-07-11 | nix-build --run-env: Always use Bash | Eelco Dolstra | 1 | -1/+1 |
2013-07-11 | nix-build --run-env: Source $stdenv/setup in the interactive shell | Eelco Dolstra | 1 | -8/+17 |
2013-04-23 | nix-build: Respect --timeout | Eelco Dolstra | 1 | -1/+1 |
2012-11-26 | Undo accidental debug change | Eelco Dolstra | 1 | -1/+1 |
2012-11-26 | Make "nix-build -A <derivation>.<output>" do the right thing | Eelco Dolstra | 1 | -3/+21 |
2012-10-03 | When ‘--help’ is given, just run ‘man’ to show the manual page | Eelco Dolstra | 1 | -24/+2 |
2012-10-03 | nix-build: Support ‘--repair’ flag | Eelco Dolstra | 1 | -1/+1 |
2012-08-27 | Merge branch 'master' into no-manifests | Eelco Dolstra | 1 | -6/+6 |
2012-08-24 | Include the output name in the GC root link | Eelco Dolstra | 1 | -6/+6 |
2012-07-26 | Merge branch 'master' into no-manifests | Eelco Dolstra | 1 | -0/+4 |
2012-07-23 | nix-build: Support the ‘-’ argument to build an expression from stdin | Eelco Dolstra | 1 | -0/+4 |
2012-07-11 | Add some missing --version switches | Eelco Dolstra | 1 | -0/+5 |
2012-04-10 | Handle the case where $SHELL is not set | Eelco Dolstra | 1 | -1/+2 |
2012-03-27 | Update "nix-build --help" | Eelco Dolstra | 1 | -1/+6 |
2012-03-27 | Add an option "--exclude" to filter dependencies in "nix-build --run-env" | Eelco Dolstra | 1 | -1/+9 |
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 |