aboutsummaryrefslogtreecommitdiff
path: root/scripts/nix-build.in
AgeCommit message (Expand)Author
2013-10-18Don't set $PS1 in non-interactive shellsEelco Dolstra
2013-10-18nix-shell: Play nicely with non-interactive shellsShea Levy
2013-10-14nix-shell: Fix bash completionEelco Dolstra
2013-09-06nix-shell: Support a .drv as argumentEelco Dolstra
2013-07-31nix-shell: Don't disable Automake dependency trackingEelco Dolstra
2013-07-19nix-shell: Set $IN_NIX_SHELLEelco Dolstra
2013-07-19nix-shell: Set some environment variables also set by build.ccEelco Dolstra
2013-07-19Rename ‘nix-build --run-env’ to ‘nix-shell’Eelco Dolstra
2013-07-19nix-build --run-env: Add a ‘--pure’ flagEelco Dolstra
2013-07-11nix-build --run-env: Always use BashEelco Dolstra
2013-07-11nix-build --run-env: Source $stdenv/setup in the interactive shellEelco Dolstra
2013-04-23nix-build: Respect --timeoutEelco Dolstra
2012-11-26Undo accidental debug changeEelco Dolstra
2012-11-26Make "nix-build -A <derivation>.<output>" do the right thingEelco Dolstra
2012-10-03When ‘--help’ is given, just run ‘man’ to show the manual pageEelco Dolstra
2012-10-03nix-build: Support ‘--repair’ flagEelco Dolstra
2012-08-27Merge branch 'master' into no-manifestsEelco Dolstra
2012-08-24Include the output name in the GC root linkEelco Dolstra
2012-07-26Merge branch 'master' into no-manifestsEelco Dolstra
2012-07-23nix-build: Support the ‘-’ argument to build an expression from stdinEelco Dolstra
2012-07-11Add some missing --version switchesEelco Dolstra
2012-04-10Handle the case where $SHELL is not setEelco Dolstra
2012-03-27Update "nix-build --help"Eelco Dolstra
2012-03-27Add an option "--exclude" to filter dependencies in "nix-build --run-env"Eelco Dolstra
2012-03-27Allow the command executed by "nix-build --run-env" to be overriden with --co...Eelco Dolstra
2012-03-19Add a command "nix-build --run-env" to reproduce the environment of a derivationEelco Dolstra
2012-01-13* nix-build: put the temporary derivation symlink in a temporaryEelco Dolstra
2012-01-05* Add a -I flag to the Perl bindings to nix-build and some otherEelco Dolstra
2012-01-03* Use Nix::Config.Eelco Dolstra
2011-10-10* Set the executable bit on scripts.Eelco Dolstra
2011-08-06* Add a Nix expression search path feature. Paths between angleEelco Dolstra
2010-08-30* When using the build hook, distinguish between the stderr of theEelco Dolstra
2010-08-11* nix-build: recognise --cores.Eelco Dolstra
2009-12-09* nix-build: be less verbose.Eelco Dolstra
2009-07-15* nix-build: pass the --show-trace flag.Eelco Dolstra
2009-06-10* nix-build: if nix-instantiate or nix-store fails due to a signalEelco Dolstra
2009-03-18* Clean up some tests (use nix-build where appropriate).Eelco Dolstra
2009-02-27* nix-build: support --option.Eelco Dolstra
2009-01-13(no commit message)Eelco Dolstra
2008-11-20* Urgh.Eelco Dolstra
2008-08-04* nix-build: `--dry-run' flag.Eelco Dolstra
2007-11-15* nix-build: pass --argstr to nix-instantiate.Eelco Dolstra
2007-06-11* Check against creation of GC roots in the store. Those roots don'tEelco Dolstra
2006-12-08* Kill a build if it has gone for more than a certain number ofEelco Dolstra
2006-10-31* Oops, `nix-build --no-out-link' was broken.Eelco Dolstra
2006-10-19* nix-build: check the exit status of `nix-store -r'.Eelco Dolstra
2006-08-04* Use old-school pipe opens; the new style is Perl >= 5.8.0.Eelco Dolstra
2006-08-01* Better error checking.Eelco Dolstra
2006-07-28* `nix-instantiate ... --arg NAME VALUE': allow arguments to be passedEelco Dolstra
2006-03-14* Allow the resulting symlink of nix-build to be named, e.g.,Eelco Dolstra